NEWS
Raspi2 Jessie: Fehler bei iobroker Installation
-
Hallo zusammen,
habe meinen Raspi2 mit dem aktuellen Jessie image bespielt und versucht iobroker mit
> npm install iobroker
zu installieren.
nodejs version ist die 0.10.29 (war im image dabei). Kann ich die verwenden oder muss es noch die 0.10.22 sein?
Fehlermeldung:
` > root@RaspiTwo1:/opt/iobroker# npm install iobrokeriobroker@0.5.6 install /opt/iobroker/node_modules/iobroker
node lib/setup.js
sh: 1: node: not found
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm ERR! iobroker@0.5.6 install:
node lib/setup.js
npm ERR! Exit status 127
npm ERR!
npm ERR! Failed at the iobroker@0.5.6 install script.
npm ERR! This is most likely a problem with the iobroker package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node lib/setup.js
npm ERR! You can get their info via:
npm ERR! npm owner ls iobroker
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 4.1.7-v7+
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker"
npm ERR! cwd /opt/iobroker
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /opt/iobroker/npm-debug.log
npm ERR! not ok code 0 `
Kann jemand helfen?
Danke im Voraus.
-
Versuchs mal mit node 4.1, Installation wie hier beschrieben:
-
Vielleicht ist es das:
https://github.com/ioBroker/ioBroker/bl … requisites
> Sometimes node.js has not installed the soft link. If you see outputs with /usr/bin/nodejs -v, following can help: ln -s /usr/bin/nodejs /usr/bin/node
-
Hallo,
@BF: Danke für den Hinweis. Mit dem erwähnten link scheint es zu funktionieren. Es kommen zwar immer noch warning (das make scheint schief zu gehen) , aber es läuft.
@Pman: Auch Dir Danke für den Hinweis. Läuft diese version bei Dir ohne Probleme?
Was ich nicht verstehe, ist Node 4.1 ein neuer Zweig. Bisher war die Nummerierung doch mit 0.10.x?
-
Was es damit auf sich hat kannst du hier nachlesen:
http://www.golem.de/news/nach-wiederver … 16218.html
Und ja, es läuft bei mir ohne Probleme, NodeRed habe ich allerdings nicht ausführlich getestet. Als Bonus bleibt mir jetzt deutlich mehr Ram frei.
-
> Was es damit auf sich hat kannst du hier nachlesen:
Das erklärt einige…Danke für den Hiweis.Werde die 4.1 mal testen.