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. Error/Bug
  4. (gelöst) nodejs installiert und doch nicht installiert

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    13
    1
    147

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

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

(gelöst) nodejs installiert und doch nicht installiert

Geplant Angeheftet Gesperrt Verschoben Error/Bug
nodejs vis ubuntu linux
8 Beiträge 4 Kommentatoren 443 Aufrufe 2 Watching
  • Ä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.
  • P Offline
    P Offline
    PatrickFro
    schrieb am zuletzt editiert von PatrickFro
    #1

    Moin zusammen,

    gerade wollte ich eine Übersicht der Versionsnummern von NPM, node, nodejs und JS-Controller in VIS anzeigen lassen.

    Zuerst: mein IoBroker läuft (meist) fehlerfrei. Allerdings behauptet Ubuntu teils, dass ich kein nodejs installiert hätte, bei einer Neuinstallation behauptet Ubuntu aber, dass es bereits installiert ist:

    patrick@Tarpi:~$ nodejs -v
    
    Command 'nodejs' not found, but can be installed with:
    
    sudo apt install nodejs
    
    patrick@Tarpi:~$ sudo apt install -y nodejs
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    nodejs is already the newest version (12.22.1-deb-1nodesource1).
    The following packages were automatically installed and are no longer required:
      distro-info libc-ares2 nodejs-doc
    Use 'sudo apt autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
    patrick@Tarpi:~$ sudo apt install -y nodejs
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    nodejs is already the newest version (12.22.1-deb-1nodesource1).
    The following packages were automatically installed and are no longer required:
      distro-info libc-ares2 nodejs-doc
    Use 'sudo apt autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
    patrick@Tarpi:~$ nodejs -v
    
    Command 'nodejs' not found, but can be installed with:
    
    sudo apt install nodejs
    
    

    Was ist denn nun los? Installiert und gleichzeitig nicht?

    paul53P Thomas BraunT HomoranH 4 Antworten Letzte Antwort
    0
    • P PatrickFro

      Moin zusammen,

      gerade wollte ich eine Übersicht der Versionsnummern von NPM, node, nodejs und JS-Controller in VIS anzeigen lassen.

      Zuerst: mein IoBroker läuft (meist) fehlerfrei. Allerdings behauptet Ubuntu teils, dass ich kein nodejs installiert hätte, bei einer Neuinstallation behauptet Ubuntu aber, dass es bereits installiert ist:

      patrick@Tarpi:~$ nodejs -v
      
      Command 'nodejs' not found, but can be installed with:
      
      sudo apt install nodejs
      
      patrick@Tarpi:~$ sudo apt install -y nodejs
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      nodejs is already the newest version (12.22.1-deb-1nodesource1).
      The following packages were automatically installed and are no longer required:
        distro-info libc-ares2 nodejs-doc
      Use 'sudo apt autoremove' to remove them.
      0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
      patrick@Tarpi:~$ sudo apt install -y nodejs
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      nodejs is already the newest version (12.22.1-deb-1nodesource1).
      The following packages were automatically installed and are no longer required:
        distro-info libc-ares2 nodejs-doc
      Use 'sudo apt autoremove' to remove them.
      0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
      patrick@Tarpi:~$ nodejs -v
      
      Command 'nodejs' not found, but can be installed with:
      
      sudo apt install nodejs
      
      

      Was ist denn nun los? Installiert und gleichzeitig nicht?

      paul53P Offline
      paul53P Offline
      paul53
      schrieb am zuletzt editiert von paul53
      #2

      @patrickfro
      Es kann sein, dass es das Kommando nodejs in Deiner Installation nicht gibt. Checke besser mit

      node -v
      

      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
      1
      • P PatrickFro

        Moin zusammen,

        gerade wollte ich eine Übersicht der Versionsnummern von NPM, node, nodejs und JS-Controller in VIS anzeigen lassen.

        Zuerst: mein IoBroker läuft (meist) fehlerfrei. Allerdings behauptet Ubuntu teils, dass ich kein nodejs installiert hätte, bei einer Neuinstallation behauptet Ubuntu aber, dass es bereits installiert ist:

        patrick@Tarpi:~$ nodejs -v
        
        Command 'nodejs' not found, but can be installed with:
        
        sudo apt install nodejs
        
        patrick@Tarpi:~$ sudo apt install -y nodejs
        Reading package lists... Done
        Building dependency tree
        Reading state information... Done
        nodejs is already the newest version (12.22.1-deb-1nodesource1).
        The following packages were automatically installed and are no longer required:
          distro-info libc-ares2 nodejs-doc
        Use 'sudo apt autoremove' to remove them.
        0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
        patrick@Tarpi:~$ sudo apt install -y nodejs
        Reading package lists... Done
        Building dependency tree
        Reading state information... Done
        nodejs is already the newest version (12.22.1-deb-1nodesource1).
        The following packages were automatically installed and are no longer required:
          distro-info libc-ares2 nodejs-doc
        Use 'sudo apt autoremove' to remove them.
        0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
        patrick@Tarpi:~$ nodejs -v
        
        Command 'nodejs' not found, but can be installed with:
        
        sudo apt install nodejs
        
        

        Was ist denn nun los? Installiert und gleichzeitig nicht?

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #3

        @patrickfro

        sudo apt update
        apt policy nodejs
        

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        1 Antwort Letzte Antwort
        0
        • P PatrickFro

          Moin zusammen,

          gerade wollte ich eine Übersicht der Versionsnummern von NPM, node, nodejs und JS-Controller in VIS anzeigen lassen.

          Zuerst: mein IoBroker läuft (meist) fehlerfrei. Allerdings behauptet Ubuntu teils, dass ich kein nodejs installiert hätte, bei einer Neuinstallation behauptet Ubuntu aber, dass es bereits installiert ist:

          patrick@Tarpi:~$ nodejs -v
          
          Command 'nodejs' not found, but can be installed with:
          
          sudo apt install nodejs
          
          patrick@Tarpi:~$ sudo apt install -y nodejs
          Reading package lists... Done
          Building dependency tree
          Reading state information... Done
          nodejs is already the newest version (12.22.1-deb-1nodesource1).
          The following packages were automatically installed and are no longer required:
            distro-info libc-ares2 nodejs-doc
          Use 'sudo apt autoremove' to remove them.
          0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
          patrick@Tarpi:~$ sudo apt install -y nodejs
          Reading package lists... Done
          Building dependency tree
          Reading state information... Done
          nodejs is already the newest version (12.22.1-deb-1nodesource1).
          The following packages were automatically installed and are no longer required:
            distro-info libc-ares2 nodejs-doc
          Use 'sudo apt autoremove' to remove them.
          0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
          patrick@Tarpi:~$ nodejs -v
          
          Command 'nodejs' not found, but can be installed with:
          
          sudo apt install nodejs
          
          

          Was ist denn nun los? Installiert und gleichzeitig nicht?

          HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #4

          @patrickfro was bedeutet der Threadtitel?
          ich verstehe ihn nicht

          Zu deinem "Fehler" als Ergänzung zu dem von @paul53 gesagten:
          Du hast Ubuntu, da ist dieses Verhalten ganz normal. Hier muss ein symlink angelegt werden, damit die Abfrage nach nodejs noch funktioniert.
          Ist aber (fast) sinnfrei, weil Programme, die noch nach nodejs suchen eigentlich ausgestorben sein sollten.

          kein Support per PN! - Fragen im Forum stellen -

          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

          ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          1 Antwort Letzte Antwort
          1
          • P PatrickFro

            Moin zusammen,

            gerade wollte ich eine Übersicht der Versionsnummern von NPM, node, nodejs und JS-Controller in VIS anzeigen lassen.

            Zuerst: mein IoBroker läuft (meist) fehlerfrei. Allerdings behauptet Ubuntu teils, dass ich kein nodejs installiert hätte, bei einer Neuinstallation behauptet Ubuntu aber, dass es bereits installiert ist:

            patrick@Tarpi:~$ nodejs -v
            
            Command 'nodejs' not found, but can be installed with:
            
            sudo apt install nodejs
            
            patrick@Tarpi:~$ sudo apt install -y nodejs
            Reading package lists... Done
            Building dependency tree
            Reading state information... Done
            nodejs is already the newest version (12.22.1-deb-1nodesource1).
            The following packages were automatically installed and are no longer required:
              distro-info libc-ares2 nodejs-doc
            Use 'sudo apt autoremove' to remove them.
            0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
            patrick@Tarpi:~$ sudo apt install -y nodejs
            Reading package lists... Done
            Building dependency tree
            Reading state information... Done
            nodejs is already the newest version (12.22.1-deb-1nodesource1).
            The following packages were automatically installed and are no longer required:
              distro-info libc-ares2 nodejs-doc
            Use 'sudo apt autoremove' to remove them.
            0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
            patrick@Tarpi:~$ nodejs -v
            
            Command 'nodejs' not found, but can be installed with:
            
            sudo apt install nodejs
            
            

            Was ist denn nun los? Installiert und gleichzeitig nicht?

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von Thomas Braun
            #5

            @patrickfro
            Link das Ding und gut ist (vermutlich):

            sudo ln -s /usr/bin/node /usr/bin/nodejs
            

            Danach sollte

            which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && apt policy nodejs
            

            eine saubere Installation anzeigen.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            1 Antwort Letzte Antwort
            1
            • P Offline
              P Offline
              PatrickFro
              schrieb am zuletzt editiert von
              #6

              Danke allen, das hat mir geholfen. Bisher war jede IoBroker-Installation mit Debian gemacht, den Unterschied zu Ubuntu kannte ich nicht.

              @Homoran: Der Titel ist gewählt, da in der Konsole angegeben wurde, dass nodejs nicht installiert ist, jedoch nicht installiert werden kann, da es installiert ist.

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • P PatrickFro

                Danke allen, das hat mir geholfen. Bisher war jede IoBroker-Installation mit Debian gemacht, den Unterschied zu Ubuntu kannte ich nicht.

                @Homoran: Der Titel ist gewählt, da in der Konsole angegeben wurde, dass nodejs nicht installiert ist, jedoch nicht installiert werden kann, da es installiert ist.

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #7

                @patrickfro
                Ausgabe vom Check ist jetzt rund?

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                P 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @patrickfro
                  Ausgabe vom Check ist jetzt rund?

                  P Offline
                  P Offline
                  PatrickFro
                  schrieb am zuletzt editiert von
                  #8

                  @thomas-braun Ja, jetzt geht mein Skript wieder ;-)

                  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

                  510

                  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