HackerShackOfficial / AI-Smart-Mirror

Smart Mirror with a smart AI 🤖
MIT License
537 stars 214 forks source link

how to make it run on Raspberry Pi3? "npm'' dosent work. please provide the steps. #34

Open yashvardhan10 opened 7 years ago

BenjaminUrquhart commented 7 years ago

sudo apt-get install npm

Lazy12316 commented 6 years ago

# This command is used to download latest version of nodejs. sudo apt-get install git && git clone https://github.com/audstanley/NodeJs-Raspberry-Pi-Arm7 && cd NodeJs-Raspberry-Pi-Arm7 && chmod +x Install-Node.sh && sudo ./Install-Node.sh;

cd ~/MagicMirror sudo git pull && npm install