@Bangee
first, I’m rather new to the RPi.
Second, I’m having issues installing MM2.
- started with a 32G sd and installed Raspian.
- then did sudo apt-get update, followed by sudo apt-get upgrade.
- cd /home/pi.
- Then curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh | bash
- All went well, except the last lines, which were:
Cloning MagicMirror Done!
Installing dependencies …
bash: line 108: npm: command not found
Unable to install dependencies! - the cd ~/MagicMirror followed by npm start
I get the following error message, “bash: npm: command not found”.
What am I doing wrong, please.