Read the statement by Michael Teeuw here.
Complete Setup tutorial: npm command not found / unable to install dependencies
-
I tried that several times and it didn´t work! My Raspberry is probably some sort of unique…
-
That’s interesting to say the least… did you try the manual install?
-
Of course I did. I tried the automatic and manual install with a formated SD card several times.
That´s the setup I´m using:
Raspberry Pi: https://www.amazon.de/gp/product/B01CEFWQFA/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1SD- Card: https://www.amazon.de/gp/product/B013UDL5V6/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=
Keyboard: https://www.amazon.de/Logitech-Keyboard-QWERTZ-deutsches-Tastaturlayout/dp/B003PAMIA2/ref=sr_1_1?s=ce-de&ie=UTF8&qid=1474639200&sr=1-1 keywords=logitech+K120
Power Source: https://www.amazon.de/gp/product/B01DBYGV04/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
OS: 2016-05-27 raspbian jessie
Right now MM runs fine with the above mentioned commands. The only problem that remains is that the system clock of the Raspberry still doesn´t synchronize with the Internet. After using “sudo date -s “20 SEP 2016 20:37:00”” the system clock remains on the 20th of September, 22:26h. Hope I can fix that this weekend. Any suggestions are highly appreciated. Thanks.
-
Is ntp running? Is your firewall blocking it?
-
@KirAsh4
I finally got it running. It turned out that the sync.- problem is well known since May 2016.–> https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=149221
- stopped the ntpd with :
sudo systemctl stop ntp
- rather than running ntpdate, ran ntpdate-debian:
sudo ntpdate-debian
- started ntpd
sudo systemctl start ntp
- check
sudo ntpq -p
Now I´m happy!!