Why does node js 6.x.x remove the web control panel? In my opt/udoo-web-conf folder is empty. why? Any ways to restore it?
Nope i only downloaded the latest version of node js 6.x.x.. but what should i write to update it ? sudo apt-get update udoo-web-conf?
Just try sudo apt-get upgrade. The source of the tool is here https://github.com/UDOOboard/udoo-web-conf/blob/master/README.md
Nope the file is till empty, i guess the only way to solve this problem is to reinstall the img file tried with the link couldn't get it to work.
I tried again to install it from github and install the packages ran node app.js, got this error: (node:15212) DeprecationWarning: process.Eventemitter is deprecated. Use require('events') instead. so I need to update the code manually but where, which file is it?
O No!! I have the same problem here. How can we update the nodejs, and keep also the web control panel?
It looks like there is a new version of the web config that is not node.js but PHP. https://github.com/UDOOboard/udoo-web-conf So perhaps try "sudo apt- get update" and then "sudo apt-get dist-upgrade"