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. Einsteigerfragen
  4. Installation
  5. [gelöst] IO Broker - als Proxmox Container - Frage zu NodeJS

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.9k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.3k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.6k

[gelöst] IO Broker - als Proxmox Container - Frage zu NodeJS

Geplant Angeheftet Gesperrt Verschoben Installation
7 Beiträge 3 Kommentatoren 465 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.
  • S Offline
    S Offline
    speerwerfer
    schrieb am zuletzt editiert von speerwerfer
    #1

    Tach,

    ich habe gerade in einem ubuntu 20.04 Container unter Proxmox den IO Broker installiert, so wie es hier beschrieben ist:
    https://www.iobroker.net/#de/documentation/install/nodejs.md
    https://www.iobroker.net/#de/documentation/install/linux.md

    Bevor ich mit der Installation begonnen habe, hab ich noch

    sudo apt update
    sudo apt upgrade
    

    gemacht.

    Lief auch durch und ich hatte keine Fehlermeldung. Ich habe mir dann noch auf der Konsole ein paar Sachen angesehen und mir ist aufgefallen, das bei mir nodejs fehlt. Ist das ein Problem? Kann ich weitermachen?

    mb@iobroker:~$ which node npm nodejs
    /usr/bin/node
    /usr/bin/npm
    mb@iobroker:~$ ls -al /usr/bin/node*
    -rwxr-xr-x 1 root root 82604240 Feb 16 15:48 /usr/bin/node
    

    Ich hab noch dies hier probiert. Aber es bleibt dabei:

    mb@iobroker:~$ sudo apt install nodejs --reinstall
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
    Need to get 0 B/27.2 MB of archives.
    After this operation, 0 B of additional disk space will be used.
    (Reading database ... 33822 files and directories currently installed.)
    Preparing to unpack .../nodejs_16.19.1-deb-1nodesource1_amd64.deb ...
    Unpacking nodejs (16.19.1-deb-1nodesource1) over (16.19.1-deb-1nodesource1) ...
    Setting up nodejs (16.19.1-deb-1nodesource1) ...
    Processing triggers for man-db (2.9.1-1) ...
    

    Mach ich was falsch, oder ist das so normal?

    S 1 Antwort Letzte Antwort
    0
    • S speerwerfer

      Tach,

      ich habe gerade in einem ubuntu 20.04 Container unter Proxmox den IO Broker installiert, so wie es hier beschrieben ist:
      https://www.iobroker.net/#de/documentation/install/nodejs.md
      https://www.iobroker.net/#de/documentation/install/linux.md

      Bevor ich mit der Installation begonnen habe, hab ich noch

      sudo apt update
      sudo apt upgrade
      

      gemacht.

      Lief auch durch und ich hatte keine Fehlermeldung. Ich habe mir dann noch auf der Konsole ein paar Sachen angesehen und mir ist aufgefallen, das bei mir nodejs fehlt. Ist das ein Problem? Kann ich weitermachen?

      mb@iobroker:~$ which node npm nodejs
      /usr/bin/node
      /usr/bin/npm
      mb@iobroker:~$ ls -al /usr/bin/node*
      -rwxr-xr-x 1 root root 82604240 Feb 16 15:48 /usr/bin/node
      

      Ich hab noch dies hier probiert. Aber es bleibt dabei:

      mb@iobroker:~$ sudo apt install nodejs --reinstall
      Reading package lists... Done
      Building dependency tree       
      Reading state information... Done
      0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
      Need to get 0 B/27.2 MB of archives.
      After this operation, 0 B of additional disk space will be used.
      (Reading database ... 33822 files and directories currently installed.)
      Preparing to unpack .../nodejs_16.19.1-deb-1nodesource1_amd64.deb ...
      Unpacking nodejs (16.19.1-deb-1nodesource1) over (16.19.1-deb-1nodesource1) ...
      Setting up nodejs (16.19.1-deb-1nodesource1) ...
      Processing triggers for man-db (2.9.1-1) ...
      

      Mach ich was falsch, oder ist das so normal?

      S Offline
      S Offline
      speerwerfer
      schrieb am zuletzt editiert von
      #2

      Hier noch die Versionsausgabe:

      mb@iobroker:~$ node -v &&  npm -v && nodejs -v
      v16.19.1
      8.19.3
      
      Command 'nodejs' not found, but can be installed with:
      
      sudo apt install nodejs
      
      S 1 Antwort Letzte Antwort
      0
      • S speerwerfer

        Hier noch die Versionsausgabe:

        mb@iobroker:~$ node -v &&  npm -v && nodejs -v
        v16.19.1
        8.19.3
        
        Command 'nodejs' not found, but can be installed with:
        
        sudo apt install nodejs
        
        S Offline
        S Offline
        speerwerfer
        schrieb am zuletzt editiert von speerwerfer
        #3

        kann das sein, das nodejs nur ein Link auf node ist und der Link unter ubuntu fehlt?

        HomoranH Thomas BraunT 2 Antworten Letzte Antwort
        0
        • S speerwerfer

          kann das sein, das nodejs nur ein Link auf node ist und der Link unter ubuntu fehlt?

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

          @speerwerfer sagte in IO Broker - als Proxmox Container - Frage zu NodeJS:

          kann das sein, das nodejs nur ein Link auf node ist und der Link unter ubuntu fehlt?

          ja

          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

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

          1 Antwort Letzte Antwort
          0
          • S speerwerfer

            kann das sein, das nodejs nur ein Link auf node ist und der Link unter ubuntu fehlt?

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

            @speerwerfer

            Link es:

            sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
            uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && 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

            S 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @speerwerfer

              Link es:

              sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
              uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
              
              S Offline
              S Offline
              speerwerfer
              schrieb am zuletzt editiert von speerwerfer
              #6
              mb@iobroker:/opt/iobroker$ sudo uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
              x86_64
              /usr/bin/nodejs
              /usr/bin/node
              /usr/bin/npm
              /usr/bin/npx
              v16.19.1
              v16.19.1
              8.19.3
              8.19.3
              4.0.24
              mb
              mb sudo iobroker
              
              /opt/iobroker
              Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
              Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease             
              Hit:3 http://archive.ubuntu.com/ubuntu focal-security InRelease            
              Hit:4 https://deb.nodesource.com/node_16.x focal InRelease                 
              Reading package lists... Done
              Building dependency tree       
              Reading state information... Done
              All packages are up to date.
              nodejs:
                Installed: 16.19.1-deb-1nodesource1
                Candidate: 16.19.1-deb-1nodesource1
                Version table:
               *** 16.19.1-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_16.x focal/main amd64 Packages
                      100 /var/lib/dpkg/status
                   10.19.0~dfsg-3ubuntu1 500
                      500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
              
              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • S speerwerfer
                mb@iobroker:/opt/iobroker$ sudo uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                x86_64
                /usr/bin/nodejs
                /usr/bin/node
                /usr/bin/npm
                /usr/bin/npx
                v16.19.1
                v16.19.1
                8.19.3
                8.19.3
                4.0.24
                mb
                mb sudo iobroker
                
                /opt/iobroker
                Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
                Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease             
                Hit:3 http://archive.ubuntu.com/ubuntu focal-security InRelease            
                Hit:4 https://deb.nodesource.com/node_16.x focal InRelease                 
                Reading package lists... Done
                Building dependency tree       
                Reading state information... Done
                All packages are up to date.
                nodejs:
                  Installed: 16.19.1-deb-1nodesource1
                  Candidate: 16.19.1-deb-1nodesource1
                  Version table:
                 *** 16.19.1-deb-1nodesource1 500
                        500 https://deb.nodesource.com/node_16.x focal/main amd64 Packages
                        100 /var/lib/dpkg/status
                     10.19.0~dfsg-3ubuntu1 500
                        500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #7

                @speerwerfer

                Jetzt passt alles.

                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
                Antworten
                • In einem neuen Thema antworten
                Anmelden zum Antworten
                • Älteste zuerst
                • Neuste zuerst
                • Meiste Stimmen


                Support us

                ioBroker
                Community Adapters
                Donate

                735

                Online

                32.5k

                Benutzer

                81.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