Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. iobroker kaputt nach NodeJS Update

    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

    iobroker kaputt nach NodeJS Update

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

      @thomas-braun

      node:internal/modules/cjs/loader:959
        throw err;
        ^
      
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
          at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
          at Function.Module._load (node:internal/modules/cjs/loader:804:27)
          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
          at node:internal/main/run_main_module:17:47 {
        code: 'MODULE_NOT_FOUND',
        requireStack: []
      }
      
      M Thomas Braun 2 Replies Last reply Reply Quote 0
      • M
        michaelheiml @michaelheiml last edited by

        @michaelheiml

        Im Ordner /opt/iobroker/node_modules/iobroker.js-controller/ gibt es auch keine iobroker.js

        Diese Dateien schon:
        iob.bat
        iobroker.bat
        LICENSE
        _service_iobroker.bat

        -> .bat? Windows? Ist es normal, dass es diese Dateien unter raspbian auch gibt?

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

          @michaelheiml

          Bitte vollständige Eingabezeile mitposten. Ich weiß jetzt nicht auf welches Kommando das die Ausgabe ist.

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

            @thomas-braun

            Auf beide dieselbe Ausgabe:

            iob status
            iob setup first
            
            node:internal/modules/cjs/loader:959
              throw err;
              ^
            
            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
                at Function.Module._load (node:internal/modules/cjs/loader:804:27)
                at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                at node:internal/main/run_main_module:17:47 {
              code: 'MODULE_NOT_FOUND',
              requireStack: []
            }
            
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @michaelheiml last edited by

              @michaelheiml

              Unabhängig voneinander eingeben, nicht in einem Rutsch...

              Btw:

              echad@chet:/opt/iobroker $ ls -la /opt/iobroker/node_modules/iobroker.js-controller/
              total 392
              drwxrwxr-x+   7 iobroker iobroker   4096 Oct  9 11:54 .
              drwxrwxr-x+ 704 iobroker iobroker  36864 Oct 10 17:13 ..
              drwxrwxr-x+   2 iobroker iobroker   4096 Jul 30 03:42 backups
              -rw-rwxr--+   1 iobroker iobroker    420 Jul 29 20:20 compactgroupController.js
              drwxrwxr-x+   2 iobroker iobroker   4096 Jul 29 20:20 conf
              -rw-rwxr--+   1 iobroker iobroker    158 Jul 29 20:20 controller.js
              -rwxrwxr-x+   1 iobroker iobroker     34 Jul 29 20:20 iobroker.js
              -rw-rwxr--+   1 iobroker iobroker  54395 Jul 29 20:20 io-package.json
              drwxrwxr-x+   9 iobroker iobroker   4096 Jul 29 20:20 lib
              -rw-rwxr--+   1 iobroker iobroker   1135 Jul 29 20:20 LICENSE
              -rw-rwxr--+   1 iobroker iobroker 249293 Jul 29 20:20 main.js
              drwxrwxr-x+   5 iobroker iobroker   4096 Jul 29 20:20 node_modules
              -rw-rwxr--+   1 iobroker iobroker   3277 Jul 29 20:20 package.json
              -rw-rw-r--+   1 iobroker iobroker    177 Oct 10 17:14 pids.txt
              -rw-rwxr--+   1 iobroker iobroker    193 Jul 29 20:20 README.md
              drwxrwxr-x+   2 iobroker iobroker   4096 Oct 10 03:42 tmp
              
              M 2 Replies Last reply Reply Quote 0
              • M
                michaelheiml @Thomas Braun last edited by

                @thomas-braun

                pi@raspberrypi:/opt/iobroker $ iob status
                node:internal/modules/cjs/loader:959
                  throw err;
                  ^
                
                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
                    at Function.Module._load (node:internal/modules/cjs/loader:804:27)
                    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                    at node:internal/main/run_main_module:17:47 {
                  code: 'MODULE_NOT_FOUND',
                  requireStack: []
                }
                pi@raspberrypi:/opt/iobroker $ iob setup first
                node:internal/modules/cjs/loader:959
                  throw err;
                  ^
                
                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
                    at Function.Module._load (node:internal/modules/cjs/loader:804:27)
                    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                    at node:internal/main/run_main_module:17:47 {
                  code: 'MODULE_NOT_FOUND',
                  requireStack: []
                }
                
                
                1 Reply Last reply Reply Quote 0
                • M
                  michaelheiml @Thomas Braun last edited by

                  @thomas-braun

                  Der Ordner sieht bei mir gänzlich anders aus. Keine .js Dateien. Kann es sein, dass durch irgendeinen Fehler von mir ich die Windows Version von iobroker installiert habe?

                  Thomas Braun 2 Replies Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @michaelheiml last edited by

                    @michaelheiml sagte in iobroker kaputt nach NodeJS Update:

                    Kann es sein, dass durch irgendeinen Fehler von mir ich die Windows Version von iobroker installiert habe?

                    Kann ich dir nicht sagen. Ich weiß ja nicht was du da veranstaltet hast.

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

                      @michaelheiml sagte in iobroker kaputt nach NodeJS Update:

                      Der Ordner sieht bei mir gänzlich anders aus.

                      Wie sieht der denn aus?

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

                        @thomas-braun

                        Offenbar einen Quark 😉

                        Na jedenfalls.. das ist mein Ordner Inhalt:
                        iob.bat
                        iobroker.bat
                        lib
                        LICENSE
                        node_modules
                        _service_iobroker.bat

                        Mehr nicht.

                        Thomas Braun M 2 Replies Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @michaelheiml last edited by

                          @michaelheiml

                          Kopier dir doch den Befehl den ich auch verwendet habe. Dann reden wir über das gleiche.

                          1 Reply Last reply Reply Quote 0
                          • M
                            michaelheiml @michaelheiml last edited by

                            @michaelheiml

                            Zum Installieren habe ich jedenfalls den Befehl aus der Anleitung verwendet.
                            curl -sLf https://iobroker.net/install.sh | bash -

                            pi@raspberrypi:/opt/iobroker/node_modules/iobroker.js-controller $ ls -la /opt/iobroker/node_modules/iobroker.js-controller/
                            insgesamt 96
                            drwxrwxrwx+   4 iobroker iobroker  4096 Okt 10 18:14 .
                            drwxrwxrwx+ 394 iobroker iobroker 69632 Okt 10 21:37 ..
                            -rw-rwxrw-+   1 iobroker iobroker    41 Okt 10 18:14 iob.bat
                            -rw-rwxrw-+   1 iobroker iobroker     0 Okt 10 18:14 iobroker.bat
                            drwxrwxrwx+   2 iobroker iobroker  4096 Okt 10 18:14 lib
                            -rw-rwxrw-+   1 iobroker iobroker  1135 Okt 10 18:14 LICENSE
                            drwxrwxrwx+   5 iobroker iobroker  4096 Okt 10 18:14 node_modules
                            -rw-rwxrw-+   1 iobroker iobroker   144 Okt 10 18:14 _service_iobroker.bat
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @michaelheiml last edited by

                              @michaelheiml sagte in iobroker kaputt nach NodeJS Update:

                              Und wie läuft der Installer?

                              curl -sLf https://iobroker.net/install.sh | bash -
                              
                              M 1 Reply Last reply Reply Quote 0
                              • M
                                michaelheiml @Thomas Braun last edited by

                                @thomas-braun

                                Hab die Command History durchgesehen.. deutet nichts in Richtung Windows iobroker Installation.

                                Output Install.sh:

                                pi@raspberrypi:~ $ curl -sLf https://iobroker.net/install.sh | bash -
                                library: loaded
                                Library version=2022-06-15
                                
                                ==========================================================================
                                
                                    Welcome to the ioBroker installer!
                                    Installer version: 2022-06-03
                                    
                                    You might need to enter your password a couple of times.
                                
                                ==========================================================================
                                
                                
                                ==========================================================================
                                    Installing prerequisites (1/4)
                                ==========================================================================
                                
                                OK:1 http://archive.raspberrypi.org/debian buster InRelease
                                OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease                 
                                OK:3 https://downloads.plex.tv/repo/deb public InRelease                       
                                OK:4 https://deb.nodesource.com/node_16.x buster InRelease                     
                                OK:5 https://linux.teamviewer.com/deb stable InRelease               
                                Paketlisten werden gelesen... Fertig
                                Changing npm registry to https://registry.npmjs.org
                                Installed gcc-c++
                                
                                ==========================================================================
                                    Creating ioBroker user and directory (2/4)
                                ==========================================================================
                                
                                Created /etc/sudoers.d/iobroker
                                Directory /opt/iobroker created
                                
                                ==========================================================================
                                    Installing ioBroker (3/4)
                                ==========================================================================
                                
                                npm ERR! code 1
                                npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                                npm ERR! command failed
                                npm ERR! command sh /tmp/install-f3ce3c9e.sh
                                npm ERR! node:internal/modules/cjs/loader:372
                                npm ERR!       throw err;
                                npm ERR!       ^
                                npm ERR! 
                                npm ERR! Error: Cannot find module '/opt/iobroker/node_modules/jsonwebtoken/index.js'. Please verify that the package.json has a valid "main" entry
                                npm ERR!     at tryPackage (node:internal/modules/cjs/loader:364:19)
                                npm ERR!     at Function.Module._findPath (node:internal/modules/cjs/loader:577:18)
                                npm ERR!     at Function.Module._resolveFilename (node:internal/modules/cjs/loader:942:27)
                                npm ERR!     at Function.Module._load (node:internal/modules/cjs/loader:804:27)
                                npm ERR!     at Module.require (node:internal/modules/cjs/loader:1028:19)
                                npm ERR!     at require (node:internal/modules/cjs/helpers:102:18)
                                npm ERR!     at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js:10:13)
                                npm ERR!     at Module._compile (node:internal/modules/cjs/loader:1126:14)
                                npm ERR!     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
                                npm ERR!     at Module.load (node:internal/modules/cjs/loader:1004:32) {
                                npm ERR!   code: 'MODULE_NOT_FOUND',
                                npm ERR!   path: '/opt/iobroker/node_modules/jsonwebtoken/package.json',
                                npm ERR!   requestPath: 'jsonwebtoken'
                                npm ERR! }
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     /home/pi/.npm/_logs/2022-10-10T20_14_34_985Z-debug-0.log
                                
                                ==========================================================================
                                    Finalizing installation (4/4)
                                ==========================================================================
                                
                                Enabling autostart...
                                Autostart enabled!
                                Fixing directory permissions...
                                
                                ==========================================================================
                                
                                    ioBroker was installed successfully
                                    Open http://192.168.1.254:8081 in a browser and start configuring!
                                
                                ==========================================================================
                                
                                
                                You need to re-login before doing anything else on the console!
                                
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @michaelheiml last edited by

                                  @michaelheiml

                                  ls -lA / | grep tmp
                                  
                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    michaelheiml @Thomas Braun last edited by

                                    @thomas-braun said in iobroker kaputt nach NodeJS Update:

                                    ls -lA / | grep tmp

                                    pi@raspberrypi:~ $ ls -lA / | grep tmp
                                    drwxrwxrwt  19 root root  4096 Okt 10 22:17 tmp
                                    
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @michaelheiml last edited by

                                      @michaelheiml sagte in iobroker kaputt nach NodeJS Update:

                                      ls -lA /tmp/
                                      
                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        michaelheiml @Thomas Braun last edited by

                                        @thomas-braun

                                        pi@raspberrypi:~ $ ls -lA /tmp/
                                        insgesamt 72
                                        drwx------ 2 pi   pi   4096 Okt 10 18:21 dhcpcd-pi
                                        drwxrwxrwt 2 root root 4096 Okt 10 18:20 .font-unix
                                        srw------- 1 pi   pi      0 Okt 10 22:03 geany_socket.c2929e62
                                        drwxrwxrwt 2 root root 4096 Okt 10 18:20 .ICE-unix
                                        drwxr-xr-x 2 plex plex 4096 Okt 10 18:21 pms-783b7fb9-1920-49f3-b817-a0f35a1c9c16
                                        drwx------ 2 root root 4096 Okt 10 18:20 pulse-PKdhtXMmr18n
                                        drwx------ 2 pi   pi   4096 Okt 10 18:21 ssh-KmHKgJxQRO9T
                                        drwx------ 2 pi   pi   4096 Okt 10 18:21 ssh-q5LDIGBGNjQc
                                        drwx------ 3 root root 4096 Okt 10 18:20 systemd-private-d0c16273df82407fb538677a9af079b6-colord.service-GtnKyq
                                        drwx------ 3 root root 4096 Okt 10 18:21 systemd-private-d0c16273df82407fb538677a9af079b6-rtkit-daemon.service-5ugbb2
                                        drwx------ 3 root root 4096 Okt 10 18:20 systemd-private-d0c16273df82407fb538677a9af079b6-systemd-timesyncd.service-u0sQmX
                                        drwxrwxrwt 2 root root 4096 Okt 10 18:20 .Test-unix
                                        drwx------ 3 root root 4096 Okt 10 21:17 .vnc-0
                                        drwx------ 3 pi   pi   4096 Okt 10 18:21 .vnc-1000
                                        drwxrwxrwt 2 root root 4096 Okt 10 18:20 .vncserver-license
                                        drwx------ 2 root root 4096 Okt 10 18:20 .vnc-vncservice
                                        -r--r--r-- 1 root root   11 Okt 10 18:20 .X0-lock
                                        drwxrwxrwt 2 root root 4096 Okt 10 18:20 .X11-unix
                                        drwxrwxrwt 2 root root 4096 Okt 10 18:20 .XIM-unix
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @michaelheiml last edited by

                                          @michaelheiml

                                          Keine Ahnung. Sind mir auch zu viele Dateien mit X drin.

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

                                            @thomas-braun

                                            Was müsste ich denn löschen, um die aktuelle Installation los zu werden? /opt/iobroker /* ?

                                            Und wenn ich iobroker_data gesichert habe und zurückspiele nach einer Neuinstallation, würde ich dann meine vorherige Konfiguration wieder haben? Oder ist das zu kurz gegriffen?

                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            742
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            75
                                            3721
                                            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