Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Iobroker kann auf neuem raspi3 nicht mehr installiert werden

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.0k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

Iobroker kann auf neuem raspi3 nicht mehr installiert werden

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
6 Beiträge 3 Kommentatoren 1.8k Aufrufe
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • I Offline
    I Offline
    iobroker-6043
    schrieb am zuletzt editiert von
    #1

    Hallo community

    Hab mir einen zweiten raspi3 zugelegt und wollte iobroker neu installieren.

    Wie schon zuvor mit der Anleitung auf iobroker.net.

    –> Raspberry PI Schnellstart (Jessie)

    Erhalte diese Fehlermeldungen :

    root@raspberrypi01:/opt/iobroker# npm install iobroker –unsafe-perm

    iobroker@0.7.1 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.7.1 install: node lib/setup.js

    npm ERR! Exit status 127

    npm ERR!

    npm ERR! Failed at the iobroker@0.7.1 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.4.13-v7+

    npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker" "--unsafe-perm"

    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

    root@raspberrypi01:/opt/iobroker# ls

    node_modules npm-debug.log

    1 Antwort Letzte Antwort
    0
    • BluefoxB Offline
      BluefoxB Offline
      Bluefox
      schrieb am zuletzt editiert von
      #2

      Da steht doch, dass Node nicht gefunden ist.

      1 Antwort Letzte Antwort
      0
      • paul53P Offline
        paul53P Offline
        paul53
        schrieb am zuletzt editiert von
        #3

        @iobroker-6043:

        npm ERR! node -v v0.10.29

        npm ERR! npm -v 1.4.21

        npm ERR! code ELIFECYCLE `
        Die alte Version von node.js deinstalliert und Version 4.x installiert ?

        Auszug aus der Anleitung:
        ` > Kernel Update: sudo apt-get update && sudo apt-get upgrade

        Die alten node & node.js Versionen deinstallieren (bei Jessie Light nicht notwendig)

        apt-get –purge remove node

        apt-get --purge remove nodejs

        apt-get autoremove

        reboot

        als Root über Putty anmelden

        Node.js neu installieren für Raspbery 2/3

        curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -

        sudo apt-get install -y build-essential python-rpi.gpio nodejs

        reboot `

        Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
        Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

        1 Antwort Letzte Antwort
        0
        • I Offline
          I Offline
          iobroker-6043
          schrieb am zuletzt editiert von
          #4

          Ja das sind die Befehle, hat bis vor zwei Wochen geklappt. warum wird den nodejs nicht installiert ?

          sudo apt-get update && sudo apt-get upgrade

          curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -

          sudo apt-get install -y build-essential python-rpi.gpio nodejs

          reboot

          sudo mkdir /opt/iobroker

          sudo chmod 777 /opt/iobroker

          cd /opt/iobroker

          sudo npm install iobroker –unsafe-perm

          Installiert ist Jessie Light

          1 Antwort Letzte Antwort
          0
          • paul53P Offline
            paul53P Offline
            paul53
            schrieb am zuletzt editiert von
            #5

            Die alte Version 0.10.29 hast Du als user "root" deinstalliert bevor Du die neue Version 4.4.7 als user "root" installiert hast ?

            Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
            Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

            1 Antwort Letzte Antwort
            0
            • BluefoxB Offline
              BluefoxB Offline
              Bluefox
              schrieb am zuletzt editiert von
              #6

              @iobroker-6043:

              Ja das sind die Befehle, hat bis vor zwei Wochen geklappt. warum wird den nodejs nicht installiert ?

              sudo apt-get update && sudo apt-get upgrade

              curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -

              sudo apt-get install -y build-essential python-rpi.gpio nodejs

              reboot

              sudo mkdir /opt/iobroker

              sudo chmod 777 /opt/iobroker

              cd /opt/iobroker

              sudo npm install iobroker –unsafe-perm

              Installiert ist Jessie Light `
              ich denke, dass node.js ist schon installiert, aber "node" alias existiert nicht.

              sudo ln -s /usr/local/bin/nodejs /usr/bin/node
              
              1 Antwort Letzte Antwort
              0
              Antworten
              • In einem neuen Thema antworten
              Anmelden zum Antworten
              • Älteste zuerst
              • Neuste zuerst
              • Meiste Stimmen


              Support us

              ioBroker
              Community Adapters
              Donate
              FAQ Cloud / IOT
              HowTo: Node.js-Update
              HowTo: Backup/Restore
              Downloads
              BLOG

              557

              Online

              32.7k

              Benutzer

              82.4k

              Themen

              1.3m

              Beiträge
              Community
              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
              ioBroker Community 2014-2025
              logo
              • Anmelden

              • Du hast noch kein Konto? Registrieren

              • Anmelden oder registrieren, um zu suchen
              • Erster Beitrag
                Letzter Beitrag
              0
              • Home
              • Aktuell
              • Tags
              • Ungelesen 0
              • Kategorien
              • Unreplied
              • Beliebt
              • GitHub
              • Docu
              • Hilfe