Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Skripte Reiterkarte tab.html not found

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Skripte Reiterkarte tab.html not found

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      michael_4358 @Thomas Braun last edited by michael_4358

      @thomas-braun said in Skripte Reiterkarte tab.html not found:

      sudo ln -s /usr/bin/node /usr/bin/nodejs uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

      Edit:
      Zigbee rennt wieder

      aber löschen will es nicht

      /usr/bin/nodejs
      /usr/bin/node
      /usr/bin/npm
      v16.17.1
      v16.17.1
      8.19.2
      4.0.23
      pi
      pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
      /home/pi
      OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      OK:2 http://archive.raspberrypi.org/debian bullseye InRelease              
      OK:3 https://deb.nodesource.com/node_16.x bullseye InRelease               
      Paketlisten werden gelesen… Fertig                 
      Abhängigkeitsbaum wird aufgebaut… Fertig
      Statusinformationen werden eingelesen… Fertig
      Aktualisierung für 11 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
      nodejs:
        Installiert:           16.17.1-deb-1nodesource1
        Installationskandidat: 16.17.1-deb-1nodesource1
        Versionstabelle:
       *** 16.17.1-deb-1nodesource1 500
              500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
              100 /var/lib/dpkg/status
           12.22.12~dfsg-1~deb11u1 500
              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
      
      Thomas Braun 2 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @michael_4358 last edited by

        @michael_4358

        iobroker stop
        sudo apt update
        sudo apt full-upgrade
        sudo apt install --reinstall nodejs
        sudo reboot
        
        M 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @michael_4358 last edited by

          @michael_4358 sagte in Skripte Reiterkarte tab.html not found:

          aber löschen will es nicht

          Warte auf admin 6.2.23.
          Dann dürfte es wieder funktionieren.

          1 Reply Last reply Reply Quote 0
          • M
            michael_4358 @Thomas Braun last edited by

            @thomas-braun

            nach dem full-update

            pi@raspberrypi:~ $ nodejs -v
            v16.17.1
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @michael_4358 last edited by

              @michael_4358 sagte in Skripte Reiterkarte tab.html not found:

              nach dem full-update

              Uninteressant.
              --reinstall nodejs
              und reboot
              Danach nochmal mit der Befehlskette von eben nachschauen.

              M 1 Reply Last reply Reply Quote 0
              • M
                michael_4358 @Thomas Braun last edited by

                @thomas-braun said in Skripte Reiterkarte tab.html not found:

                --reinstall nodejs

                also npm uninstall nodejs
                npm install nodejs. ?

                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @michael_4358 last edited by

                  @michael_4358

                  Wer hat denn das geschrieben/gesagt? Schau was ich oben vorgegeben habe.

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    michael_4358 @Thomas Braun last edited by

                    @thomas-braun

                    war nur ne frage.

                    /usr/bin/nodejs
                    /usr/bin/node
                    /usr/bin/npm
                    v16.17.1
                    v16.17.1
                    8.15.0
                    4.0.23
                    pi
                    pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                    /home/pi
                    OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                    OK:2 http://archive.raspberrypi.org/debian bullseye InRelease               
                    OK:3 https://deb.nodesource.com/node_16.x bullseye InRelease                
                    Paketlisten werden gelesen… Fertig                  
                    Abhängigkeitsbaum wird aufgebaut… Fertig
                    Statusinformationen werden eingelesen… Fertig
                    Alle Pakete sind aktuell.
                    nodejs:
                      Installiert:           16.17.1-deb-1nodesource1
                      Installationskandidat: 16.17.1-deb-1nodesource1
                      Versionstabelle:
                     *** 16.17.1-deb-1nodesource1 500
                            500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                            100 /var/lib/dpkg/status
                         12.22.12~dfsg-1~deb11u1 500
                            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                    
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @michael_4358 last edited by

                      @michael_4358

                      Ja, jetzt passt es wieder.
                      Lass künftig die Finger von manuellen Upgrades von npm.

                      M 1 Reply Last reply Reply Quote 1
                      • M
                        michael_4358 @Thomas Braun last edited by

                        @thomas-braun said in Skripte Reiterkarte tab.html not found:

                        @michael_4358

                        Ja, jetzt passt es wieder.
                        Lass künftig die Finger von manuellen Upgrades von npm.

                        das löschen kommt dann beider nächsten Version ❓

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @michael_4358 last edited by

                          @michael_4358

                          Mit der kommenden Version des admin dürfte es wieder funktionieren.

                          1 Reply Last reply Reply Quote 1
                          • First post
                            Last post

                          Support us

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

                          626
                          Online

                          31.9k
                          Users

                          80.2k
                          Topics

                          1.3m
                          Posts

                          2
                          16
                          281
                          Loading More Posts
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes
                          Reply
                          • Reply as topic
                          Log in to reply
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                          The ioBroker Community 2014-2023
                          logo