Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Node Red startet nicht nach Raspberry OS 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

    Node Red startet nicht nach Raspberry OS update

    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      etzeste13 @mickym last edited by

      @mickym said in Node Red startet nicht nach Raspberry OS update:

      sudo rm -rf node_modules

      erledigt

      mickym 1 Reply Last reply Reply Quote 0
      • mickym
        mickym Most Active @etzeste13 last edited by

        @etzeste13 Zeigen wie das Verzeichnis aussieht

        ls -la
        
        E 1 Reply Last reply Reply Quote 0
        • E
          etzeste13 @mickym last edited by

          @mickym said in Node Red startet nicht nach Raspberry OS update:

          ls -la

          pi@RasPi3B3:/opt/iobroker $ ls -la
          insgesamt 44
          drwxrwxr-x+ 5 iobroker iobroker 4096  1. Sep 21:58 .
          drwxr-xr-x  4 root     root     4096  7. Feb 2022  ..
          drwxrwxr-x+ 2 iobroker iobroker 4096  7. Feb 2022  backups
          -rwxrwxrwx+ 1 iobroker iobroker  341  1. Sep 21:35 INSTALLER_INFO.txt
          lrwxrwxrwx  1 iobroker iobroker   22  1. Sep 21:35 iob -> /opt/iobroker/iobroker
          -rwxr-xr-x+ 1 iobroker iobroker  309  1. Sep 21:35 iobroker
          drwxrwxr-x+ 5 iobroker iobroker 4096  7. Feb 2022  iobroker-data
          drwxrwxr-x+ 2 iobroker iobroker 4096  1. Sep 20:39 log
          -rw-rwxr--+ 1 iobroker iobroker  155  1. Sep 21:34 .npmrc
          -rw-rwxr--+ 1 iobroker iobroker  453 28. Aug 17:15 package.json
          -rw-rwxr--+ 1 iobroker iobroker 5693  7. Feb 2022  reinstall.js
          pi@RasPi3B3:/opt/iobroker $ 
          
          
          mickym 1 Reply Last reply Reply Quote 0
          • mickym
            mickym Most Active @etzeste13 last edited by

            @etzeste13 Gut dann mit

            npm install wieder installieren

            npm install
            
            E 1 Reply Last reply Reply Quote 0
            • E
              etzeste13 @mickym last edited by

              @mickym said in Node Red startet nicht nach Raspberry OS update:

              npm install

              folgende meldung...

              pi@RasPi3B3:/opt/iobroker $ npm install
              npm ERR! code ENOTDIR
              npm ERR! syscall stat
              npm ERR! path /home/iobroker/.npm/_cacache/content-v2/sha512/17/06/0df1a30050029f8f7ec9ac5018a8e08974fa7e57a8c65380af859213df16e877c8250d01a6e5e9d176e66443acec6f692fcd3c0e50df249ca2e3dd43c4d1
              npm ERR! errno ENOTDIR
              npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/form-data: ENOTDIR: not a directory, stat '/home/iobroker/.npm/_cacache/content-v2/sha512/17/06/0df1a30050029f8f7ec9ac5018a8e08974fa7e57a8c65380af859213df16e877c8250d01a6e5e9d176e66443acec6f692fcd3c0e50df249ca2e3dd43c4d1'
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /home/iobroker/.npm/_logs/2022-09-01T20_00_41_101Z-debug-0.log
              pi@RasPi3B3:/opt/iobroker $ 
              
              
              mickym 1 Reply Last reply Reply Quote 0
              • mickym
                mickym Most Active @etzeste13 last edited by

                @etzeste13 mach mal

                npm cache clean -f
                
                E mickym 2 Replies Last reply Reply Quote 0
                • E
                  etzeste13 @mickym last edited by

                  @mickym said in Node Red startet nicht nach Raspberry OS update:

                  npm cache clean -f

                  erledigt

                  pi@RasPi3B3:/opt/iobroker $ npm cache clean -f
                  npm WARN using --force Recommended protections disabled.
                  pi@RasPi3B3:/opt/iobroker $ 
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • mickym
                    mickym Most Active @mickym last edited by

                    Dann nochmal

                    npm install
                    
                    E 1 Reply Last reply Reply Quote 0
                    • E
                      etzeste13 @mickym last edited by

                      @mickym said in Node Red startet nicht nach Raspberry OS update:

                      npm install

                      ist durch

                      pi@RasPi3B3:/opt/iobroker $ npm install
                      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                      npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
                      npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
                      npm WARN deprecated multer@1.4.4: Multer 1.x is affected by CVE-2022-24434. This is fixed in v1.4.4-lts.1 which drops support for versions of Node.js before 6. Please upgrade to at least Node.js 6 and version 1.4.4-lts.1 of Multer. If you need support for older versions of Node.js, we are open to accepting patches that would fix the CVE on the main 1.x release line, whilst maintaining compatibility with Node.js 0.10.
                      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                      npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                      npm WARN deprecated axios@0.27.0: Formdata complete broken, incorrect build size
                      
                      added 911 packages in 5m
                      
                      74 packages are looking for funding
                        run `npm fund` for details
                      pi@RasPi3B3:/opt/iobroker $ 
                      
                      mikeal created this issue in request/request

                      open Request’s Past, Present and Future #3142

                      mickym 1 Reply Last reply Reply Quote 0
                      • mickym
                        mickym Most Active @etzeste13 last edited by

                        @etzeste13 Schaut doch gut aus.

                        nun wieder

                        npm list
                        
                        E 1 Reply Last reply Reply Quote 0
                        • E
                          etzeste13 @mickym last edited by

                          @mickym said in Node Red startet nicht nach Raspberry OS update:

                          npm list

                          iobroker.inst@3.0.0 /opt/iobroker
                          ├── iobroker.admin@6.2.20
                          ├── iobroker.backitup@2.4.12
                          ├── iobroker.discovery@3.0.5
                          ├── iobroker.info@1.9.19
                          ├── iobroker.js-controller@4.0.23
                          ├── iobroker.modbus@5.0.5
                          ├── iobroker.node-red@3.3.1
                          └── iobroker.rpi2@1.3.2
                          
                          pi@RasPi3B3:/opt/iobroker $ 
                          
                          
                          mickym 1 Reply Last reply Reply Quote 0
                          • mickym
                            mickym Most Active @etzeste13 last edited by mickym

                            @etzeste13 na das schaut doch gut aus. Schau ob Dein iobroker wieder startet

                            iob start
                            
                            E 1 Reply Last reply Reply Quote 0
                            • E
                              etzeste13 @mickym last edited by etzeste13

                              @mickym tadellos, er läuft wieder.... respekt...!!!! jetzt muss ich noch schauen ob auch der node Red asapter wieder funktioniert...

                              mickym 1 Reply Last reply Reply Quote 0
                              • mickym
                                mickym Most Active @etzeste13 last edited by

                                @etzeste13 Na dann solltest Du wieder problemlos updaten können. 😉

                                E 1 Reply Last reply Reply Quote 0
                                • E
                                  etzeste13 @mickym last edited by

                                  @mickym du meinst gleich den js-controller nochmals updaten..?

                                  mickym 1 Reply Last reply Reply Quote 0
                                  • mickym
                                    mickym Most Active @etzeste13 last edited by mickym

                                    @etzeste13 Wenn Du willst - alles halt mal auf neuesten Stand bringen - du hast Ja nun das aktuelle Node JS - drauf. Bist hoffentlich im Stable Repository unterwegs und nun sollten auch die Updates wieder funktionieren, indem wir deinen altem Schmus weggeschmissen haben.Kannst auch NodeRed Adapter wieder installieren - alles was Du halt brauchst.

                                    E 1 Reply Last reply Reply Quote 0
                                    • E
                                      etzeste13 @mickym last edited by etzeste13

                                      @mickym
                                      OK, dann versuche ich gleich vorher nochmals den js- controller auf stand zu bringen.... bei diesem versuch hat sich vorher ja alles verabschiedet....
                                      und danach bringe ich die Adapter wieder auf stand...

                                      bin natürtlich nur stable unterwegst mit meinem background...;-)

                                      vielen vielen Dank für deine Zeit und Hilfe!!!

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

                                        @etzeste13 Na ich hab wahrscheinlich weniger Zeit als andere investiert - und mein Vorgehen finden hier nicht alle gut - deswegen habe ich es nur gemacht, weil es für Dich nichts mehr zu verlieren gab - wenn Du bereit warst, neu zu installieren. 😉

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

                                          @etzeste13 sagte in Node Red startet nicht nach Raspberry OS update:

                                          OK, dann versuche ich gleich vorher nochmals den js- controller auf stand zu bringen....

                                          Der ist doch aktuell?

                                          ├── iobroker.js-controller@4.0.23
                                          
                                          mickym E 2 Replies Last reply Reply Quote 0
                                          • mickym
                                            mickym Most Active @Thomas Braun last edited by mickym

                                            Stimmt das ist aktuell. 🙂 Wahrscheinlich gleich mitgekommen, weil neu gemacht.

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

                                            Support us

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

                                            677
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            84
                                            4299
                                            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