Read the statement by Michael Teeuw here.
npm install error help...
-
We are going to make Magic Mirror 2 using Artik710 hardware. The OS is fedora24, the node version is v10.6.0 and the npm version is v6.1.0. An error occurred from npm install. Is there a way to solve this part?
-
@kyeongzze - That doesn’t appear to be an actual error, merely an informational alert that there is a new version of npm available. So give it a whirl. Run the
npm install -g npm
to update your version of npm to the latest version and then runnpm install
again to apply the changes to your Magic Mirror framework.Please report back here to let us know how it goes.
-
After running ‘npm install -g npm’, it was processed normally. But when I did ‘npm start’, I got an error again. ‘libgconf-2.so.4’ was not shared, do you know how to fix this?
-
Another user had this same error and this solved it for him…
sudo apt-get install libgconf-2-4
-
@mykle1
I ran it the way you told me, but again I got an error.