Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. Error/Bug
  4. Installation issues due to npm node.js version compatibility

NEWS

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

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

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

Installation issues due to npm node.js version compatibility

Geplant Angeheftet Gesperrt Verschoben Ungelöst Error/Bug
installnpm versionnode.js
2 Beiträge 2 Kommentatoren 1.1k Aufrufe 1 Beobachtet
  • Ä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.
  • M Offline
    M Offline
    matyi
    schrieb am zuletzt editiert von
    #1

    Hello all,

    I started using ioBroker yesterday and it took me till today to get it started. I guess it's good to share the experience to improve the scripts/workflow/documentation. I was going through the following while until setting up ioBorder successfully (roughly reproduced):

    1. trial:
    • setting up a VM with Debian Buster including updating the system.
    • First I was following the instructions using this guide: https://www.iobroker.net/docu/index-15.htm?page_id=8323&lang=de
      I googled for the current node.js version and installed version 10.x intuitively. Axecuting the following command indicated my main issue already
    node -v
    nodejs -v
    npm -v
    

    the command npm couln'd be found! I simply ignored this issueand installted ioBroker. I couldn't load the ioBroker configuration page.

    1. trial:
    • uninstalled all packages by using:
    update-rc.d iobroker.sh remove
    sudo apt-get remove nodejs
    sudo apt-get remove npm
    
    • Subsequently, I used the following instructions to install your software: https://www.iobroker.net/#de/download
    • some warnings appeared during installation including that npm is not compatible with the installed nodejs version. I couldn't load the ioBroker configuration page again.
    • I tried to fix this issue by using this troubleshooting instruchtions https://www.iobroker.net/docu/index-26.htm?page_id=3928&lang=de and installing the recent version of npm:
    curl https://www.npmjs.com/install.sh | sudo sh
    

    from here: https://github.com/nodejs/help/issues/1877
    however no success again

    1. trial
    • since I lost the overview of installed software I reseted the VM to the point after updating the operating system.
    • Again I tried to use the instructions from here: https://www.iobroker.net/#de/download without success.
    • After reseting again I used the following sequence of commands:
    curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
    sudo apt-get install -y nodejs
    curl https://www.npmjs.com/install.sh | sudo sh
    curl -sL https://iobroker.net/install.sh | bash -
    

    With success!!! Now I'm happy to be able to load the web interface of ioBroker. 😊
    I'm curious to learn how it works 😀

    Cheers,
    Matyi

    Systemdata
    Hardwaresystem: Virtual Box
    Arbeitsspeicher: 1GB
    Festplattenart: 8 GB
    Betriebssystem: Debian Buster with Raspberry Pi Desktop
    Node-Version: 10.15.2
    Nodejs-Version: 10.15.2
    NPM-Version: 6.13.7
    Installationsart: Skript
    Image genutzt: Nein
    HomoranH 1 Antwort Letzte Antwort
    0
    • M matyi

      Hello all,

      I started using ioBroker yesterday and it took me till today to get it started. I guess it's good to share the experience to improve the scripts/workflow/documentation. I was going through the following while until setting up ioBorder successfully (roughly reproduced):

      1. trial:
      • setting up a VM with Debian Buster including updating the system.
      • First I was following the instructions using this guide: https://www.iobroker.net/docu/index-15.htm?page_id=8323&lang=de
        I googled for the current node.js version and installed version 10.x intuitively. Axecuting the following command indicated my main issue already
      node -v
      nodejs -v
      npm -v
      

      the command npm couln'd be found! I simply ignored this issueand installted ioBroker. I couldn't load the ioBroker configuration page.

      1. trial:
      • uninstalled all packages by using:
      update-rc.d iobroker.sh remove
      sudo apt-get remove nodejs
      sudo apt-get remove npm
      
      • Subsequently, I used the following instructions to install your software: https://www.iobroker.net/#de/download
      • some warnings appeared during installation including that npm is not compatible with the installed nodejs version. I couldn't load the ioBroker configuration page again.
      • I tried to fix this issue by using this troubleshooting instruchtions https://www.iobroker.net/docu/index-26.htm?page_id=3928&lang=de and installing the recent version of npm:
      curl https://www.npmjs.com/install.sh | sudo sh
      

      from here: https://github.com/nodejs/help/issues/1877
      however no success again

      1. trial
      • since I lost the overview of installed software I reseted the VM to the point after updating the operating system.
      • Again I tried to use the instructions from here: https://www.iobroker.net/#de/download without success.
      • After reseting again I used the following sequence of commands:
      curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
      sudo apt-get install -y nodejs
      curl https://www.npmjs.com/install.sh | sudo sh
      curl -sL https://iobroker.net/install.sh | bash -
      

      With success!!! Now I'm happy to be able to load the web interface of ioBroker. 😊
      I'm curious to learn how it works 😀

      Cheers,
      Matyi

      Systemdata
      Hardwaresystem: Virtual Box
      Arbeitsspeicher: 1GB
      Festplattenart: 8 GB
      Betriebssystem: Debian Buster with Raspberry Pi Desktop
      Node-Version: 10.15.2
      Nodejs-Version: 10.15.2
      NPM-Version: 6.13.7
      Installationsart: Skript
      Image genutzt: Nein
      HomoranH Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von
      #2

      @matyi sagte in Installation issues due to npm node.js version compatibility:

      First I was following the instructions using this guide: https://www.iobroker.net/docu/index-15.htm?page_id=8323&lang=de

      This ist outdated!

      This is the actual version:
      https://www.iobroker.net/#en/documentation/install/linux.md

      floow the link to the docu in the header of the forum

      kein Support per PN! - Fragen im Forum stellen -
      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      1 Antwort Letzte Antwort
      0

      Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

      Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

      Mit deinem Input könnte dieser Beitrag noch besser werden 💗

      Registrieren Anmelden
      Antworten
      • In einem neuen Thema antworten
      Anmelden zum Antworten
      • Älteste zuerst
      • Neuste zuerst
      • Meiste Stimmen


      Support us

      ioBroker
      Community Adapters
      Donate

      476

      Online

      32.7k

      Benutzer

      82.6k

      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