Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
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

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    674

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

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

Iobroker kann auf neuem raspi3 nicht mehr installiert werden

Scheduled Pinned Locked Moved ioBroker Allgemein
6 Posts 3 Posters 1.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    iobroker-6043
    wrote on last edited by
    #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 Reply Last reply
    0
    • BluefoxB Offline
      BluefoxB Offline
      Bluefox
      wrote on last edited by
      #2

      Da steht doch, dass Node nicht gefunden ist.

      1 Reply Last reply
      0
      • paul53P Offline
        paul53P Offline
        paul53
        wrote on last edited by
        #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 Reply Last reply
        0
        • I Offline
          I Offline
          iobroker-6043
          wrote on last edited by
          #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 Reply Last reply
          0
          • paul53P Offline
            paul53P Offline
            paul53
            wrote on last edited by
            #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 Reply Last reply
            0
            • BluefoxB Offline
              BluefoxB Offline
              Bluefox
              wrote on last edited by
              #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 Reply Last reply
              0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              Support us

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

              568

              Online

              32.7k

              Users

              82.6k

              Topics

              1.3m

              Posts
              Community
              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
              ioBroker Community 2014-2025
              logo
              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Home
              • Recent
              • Tags
              • Unread 0
              • Categories
              • Unreplied
              • Popular
              • GitHub
              • Docu
              • Hilfe