NEWS
Homekit Yahka Adapter läßt sich nicht installieren
-
Hallo zusammen,
wollte gerade den HomeKit Yahka Adapter installieren nur leider funktioniert das nicht siehe Spoiler
! $ ./iobroker add yahka
! npm install iobroker.yahka –production --prefix "/opt/iobroker" (System call)
! ERROR: npm is known not to run on Node.js v4.3.2
! Node.js 4 is supported but the specific version you're running has
! a bug known to break npm. Please update to at least ${rel.min} to use thisversion of npm. You can find the latest release of Node.js at https://nodejs.org/
! host.raspberrypi install adapter yahka
! npm install iobroker.yahka --production --prefix "/opt/iobroker" (System call)
! ERROR: npm is known not to run on Node.js v4.3.2
! Node.js 4 is supported but the specific version you're running has
! a bug known to break npm. Please update to at least ${rel.min} to use this
! version of npm. You can find the latest release of Node.js at https://nodejs.org/
! host.raspberrypi install adapter yahka
! npm install iobroker.yahka --production --prefix "/opt/iobroker" (System call)
! ERROR: npm is known not to run on Node.js v4.3.2
! Node.js 4 is supported but the specific version you're running has
! a bug known to break npm. Please update to at least ${rel.min} to use this
! version of npm. You can find the latest release of Node.js at https://nodejs.org/
! host.raspberrypi install adapter yahka
! ERROR: host.raspberrypi Cannot install yahka
! ERROR: process exited with code 13Vielleicht kann mir ja jemand helfen was ich machen kann.
Gruß
-
Ehm hatte du denn andere Adapter gut am laufen?
Die Fehlermeldung ist doch ziemlich eindeutig:
ERROR: npm is known not to run on Node.js v4.3.2 Node.js 4 is supported but the specific version you're running has a bug known to break npm. Please update to at least ${rel.min} to use thisversion of npm. You can find the latest release of Node.js at https://nodejs.org/
–-----------------------
Send from mobile device
-
bin leider etwas unerfahren wie mache ich den das update davon?
-
bin leider etwas unerfahren wie mache ich den das update davon? `
Jeder muss ja irgendwo anfangen [emoji6]
iobroker stop sudo apt-get --purge remove node sudo apt-get --purge remove nodejs sudo apt-get autoremove curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get update && sudo apt-get upgrade sudo apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev nodejs cd /opt/iobroker sudo ./reinstall.sh iobroker start
Am besten Mal zB diesen thread hier lesen:
http://forum.iobroker.net/viewtopic.php … .12#p88061
Send from mobile device