Read the statement by Michael Teeuw here.
NPM install is giving Error.
-
NPM install is giving error.
Help please.
-
same with me :pouting_face:
-
Same here:
Same here:
pi@raspberrypi:~/MagicMirror $ npm install
(node:4024) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
npm ERR! Error: Method Not Allowed
npm ERR! at errorResponse (/usr/share/npm/lib/cache/add-named.js:260:10)
npm ERR! at /usr/share/npm/lib/cache/add-named.js:203:12
npm ERR! at saved (/usr/share/npm/node_modules/npm-registry-client/lib/get.js:167:7)
npm ERR! at FSReqWrap.oncomplete (fs.js:135:15)
npm ERR! If you need help, you may report this entire log,
npm ERR! including the npm and node versions, at:
npm ERR! http://github.com/npm/npm/issuesnpm ERR! System Linux 4.14.52-v7+
npm ERR! command “/usr/bin/node” “/usr/bin/npm” “install”
npm ERR! cwd /home/pi/MagicMirror
npm ERR! node -v v8.11.1
npm ERR! npm -v 1.4.21
npm ERR! code E405
npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.electron-chromedriver@1.7.1 install /home/pi/MagicMirror/node_modules/spectron/node_modules/electron-chromedriver
node ./download-chromedriver.jsnpm ERR! fetch failed https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz
npm WARN engine rxjs@5.5.11: wanted: {“npm”:“>=2.0.0”} (current: {“node”:“8.11.1”,“npm”:“1.4.21”})
npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm ERR! fetch failed https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/pi/MagicMirror/npm-debug.log
npm ERR! not ok code 0 -
-
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