NEWS
(Gelöst) Problem Adapter zu installieren seit Raspi-Absturz
-
Guten Abend,
Ich habe derzeit leider ein Problem Adapter zu installieren. Allgemein läuft irgendwas auf meinem Raspberry PI 3 unrund. Es ist seitdem ich einen Stromausfall hatte. Offensichtlich hat sich da was auf dem Raspi zerlegt?
Hat jemand eine Idee wie man das beheben kann?
Es kommt folgende Fehlermeldung:
npm ERR! Error: Cannot find module 'inflight' npm ERR! at Function.Module._resolveFilename (module.js:338:15) npm ERR! at Function.Module._load (module.js:280:25) npm ERR! at Module.require (module.js:364:17) npm ERR! at require (module.js:380:17) npm ERR! at Object. <anonymous>(/usr/local/lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/glob.js:57:16) npm ERR! at Module._compile (module.js:456:26) npm ERR! at Object.Module._extensions..js (module.js:474:10) npm ERR! at Module.load (module.js:356:32) npm ERR! at Function.Module._load (module.js:312:12) npm ERR! at Module.require (module.js:364:17) npm ERR! If you need help, you may report this log at: npm ERR! <http: github.com/isaacs/npm/issues=""> npm ERR! or email it to: npm ERR! <npm-@googlegroups.com> npm ERR! System Linux 4.1.18-v7+ npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "npm" "-g" npm ERR! cwd /home/pi npm ERR! node -v v0.10.22 npm ERR! npm -v 1.3.14 npm ERR! code MODULE_NOT_FOUND npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/pi/npm-debug.log npm ERR! not ok code 0</npm-@googlegroups.com></http:></anonymous>
Node ist version 0.10.22
NPM ist 1.3.14
Würde mich über Hilfe sehr freuen
-
So! Hab es selbst hinbekommen!
curl -L https://www.npmjs.org/install.sh | sudo npm_install=1.4.12 sh
Der Befehl hat mir den Popo gerettet!
Thema kann geschlossen werden