Read the statement by Michael Teeuw here.
Installing the dependencies - Can't finish the installation.
-
I installing the package.json file manually, and try restart the npm install, here’s what happened <<
Now I can’t understand any lines now…Still that Method Not Allowed error shows up
maybe some kind of license file occur the problem???
-
@magicmirrork Did you eventually solve this? I got the same problem yesterday :(
-
@magicmirrork Did u solve this problem. same problem. i use rasberrypi 3b+ and rasbian strectch. pls help.
-
@akram01w use this command
bash -c “$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)” -
-
Same problem i face
-
@shreyash
Have you updated npm?
I am not sure about this, but what I would then try is first install npm globally. Possibly using sudo.
I would however not advise to install the MM itself via sudo.Try:
npm install -g npm@latest
If that does not work, with sudo
sudo npm install -g npm@latest sudo npm n stable
The node version above is also not the latest one (> 10.0) but it should be sufficient.
-
@lavolp3 Thank you !
it is done by clear overwrite method !