Read the statement by Michael Teeuw here.
NPM install is giving Error.
-
-
What command do you type to upgrade npm?
-
@nonamero said in NPM install is giving Error.:
@postremalone @alessandroiacovella @merceg100
Upgrade npm with
npm install -g npm@latest
Tried it… doesn’t help either…
-
Bump… Anyone help please.
-
@alessandroiacovella said in NPM install is giving Error.:
What command do you type to upgrade npm?
After I installed MM using this command:
git clone https://github.com/MichMich/MagicMirrorthen I ran:
sudo apt-get install npmafterwards:
cd MagicMirrornpm install
Then I tried
npm install -g npm@latest
but it didnt work also.
I am running latest updated Raspbian on RPi 3 b+ -
please try the following
sudo apt-get remove nodejs nodejs-legacy nodered
after that
curl -sL https://deb.nodesource.com/setup_$NODE_STABLE_BRANCH | sudo -E bash - sudo apt-get install -y nodejs npm install -g npm@latest
after that enter in the repository with
cd MagicMirror
then install and run the app with
npm install && npm start
in case of errors please post here.
why do not you use the automatic installation for the RPi 3 b +
bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
-
curl -sL https://deb.nodesource.com/setup_$NODE_STABLE_BRANCH | sudo -E bash - sudo apt-get install -y nodejs npm install -g npm@latest
won’t install npm. getting
command not found: npm
-
try
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -y nodejs npm install -g npm@latest
-
@nonamero said in NPM install is giving Error.:
try
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -y nodejs npm install -g npm@latest
thanks. that helps.
-
Hi, Thank you for your help. I have been trying to install MM. At first, I had a trouble installing electron and node. Now I got dependencies error.
I’ve tried what you suggested and I got the following error.
During the installation of MM, I got Unable to install dependencies!.
Could you please help?
//your code here pi@raspberrypi:~ $ bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)" $$\ $$\ $$\ $$\ $$\ $$\ $$$$$$\ $$$\ $$$ | \__| $$$\ $$$ |\__| $$ __$$\ $$$$\ $$$$ | $$$$$$\ $$$$$$\ $$\ $$$$$$$\ $$$$\ $$$$ |$$\ $$$$$$\ $$$$$$\ $$$$$$\ $$$$$$\ \__/ $$ | $$\$$\$$ $$ | \____$$\ $$ __$$\ $$ |$$ _____|$$\$$\$$ $$ |$$ |$$ __$$\ $$ __$$\ $$ __$$\ $$ __$$\ $$$$$$ | $$ \$$$ $$ | $$$$$$$ |$$ / $$ |$$ |$$ / $$ \$$$ $$ |$$ |$$ | \__|$$ | \__|$$ / $$ |$$ | \__|$$ ____/ $$ |\$ /$$ |$$ __$$ |$$ | $$ |$$ |$$ | $$ |\$ /$$ |$$ |$$ | $$ | $$ | $$ |$$ | $$ | $$ | \_/ $$ |\$$$$$$$ |\$$$$$$$ |$$ |\$$$$$$$\ $$ | \_/ $$ |$$ |$$ | $$ | \$$$$$$ |$$ | $$$$$$$$\ \__| \__| \_______| \____$$ |\__| \_______|\__| \__|\__|\__| \__| \______/ \__| \________| $$\ $$ | \$$$$$$ | \______/ Updating packages ... Hit:1 http://raspbian.raspberrypi.org/raspbian stretch InRelease Get:2 http://archive.raspberrypi.org/debian stretch InRelease [25.3 kB] Hit:3 https://deb.nodesource.com/node_8.x stretch InRelease Fetched 25.3 kB in 1s (13.7 kB/s) Reading package lists... Done Installing helper tools ... Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version (12.3). curl is already the newest version (7.52.1-5+deb9u6). git is already the newest version (1:2.11.0-3+deb9u3). unzip is already the newest version (6.0-21). wget is already the newest version (1.18-5+deb9u2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Check current Node installation ... Node currently installed. Checking version number. Minimum Node version: v5.1.0 Installed Node version: v5.7.0 No Node.js upgrade necessary. Cloning MagicMirror ... Cloning into 'MagicMirror'... remote: Counting objects: 276, done. remote: Compressing objects: 100% (245/245), done. remote: Total 276 (delta 34), reused 129 (delta 21), pack-reused 0 Receiving objects: 100% (276/276), 383.32 KiB | 688.00 KiB/s, done. Resolving deltas: 100% (34/34), done. Cloning MagicMirror Done! Installing dependencies ... /home/pi/.nvm/versions/node/v5.7.0/lib/node_modules/npm/bin/npm-cli.js:82 let notifier = require('update-notifier')({pkg}) ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:387:25) at Object.Module._extensions..js (module.js:422:10) at Module.load (module.js:357:32) at Function.Module._load (module.js:314:12) at Function.Module.runMain (module.js:447:10) at startup (node.js:141:18) at node.js:933:3 Unable to install dependencies! pi@raspberrypi:~ $