Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Error 25 bei Adapterupdates nach Node.JS 16.15.1 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

    Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @surfer09 last edited by

      @surfer09 sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

      iobroker npm WARN config global --global, --local are deprecated. Use --location=global instead.

      https://stackoverflow.com/questions/72401421/npm-warn-config-global-global-local-are-deprecated-use-location-glo

      surfer09 1 Reply Last reply Reply Quote 0
      • surfer09
        surfer09 @crunchip last edited by

        @crunchip Danke dir für den Beitrag. Ich hatte zuerst versucht die 4 Dateien zu bearbeiten und den Parameter anzupassen. Die Anpassung an sich war kein Problem, der Fehler blieb aber genauso, wie vorher.
        Anschließend hatte ich gelesen, das man NPM auf die aktuellste Version 8.12.2 hochziehen soll. Auch das habe ich gemacht, leider besteht das Problem immer noch weiterhin. 😞

        Info.jpg

        2022-06-20 19:09:34.491 - info: host.IO-Broker-Server iobroker upgrade telegram@1.13.0
        2022-06-20 19:09:35.467 - info: host.IO-Broker-Server iobroker Update telegram from @1.12.6 to @1.13.0
        2022-06-20 19:09:36.307 - info: host.IO-Broker-Server iobroker NPM version: 8.12.2
        2022-06-20 19:09:36.308 - info: host.IO-Broker-Server iobroker Installing iobroker.telegram@1.13.0... (System call)
        2022-06-20 19:09:48.262 - error: host.IO-Broker-Server iobroker host.IO-Broker-Server Cannot install iobroker.telegram@1.13.0: 4294963214
        2022-06-20 19:09:49.280 - info: host.IO-Broker-Server iobroker exit 25
        
        crunchip Thomas Braun 2 Replies Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @surfer09 last edited by

          @surfer09 wenn du es mit nem --debug per Konsole probierst, was wird dann angezeigt

          iobroker upgrade telegram@1.13.0 --debug
          
          surfer09 1 Reply Last reply Reply Quote 0
          • surfer09
            surfer09 @crunchip last edited by

            @crunchip

            I:\iobroker>iobroker upgrade telegram@1.13.0 --debug
            
            I:\iobroker>node node_modules/iobroker.js-controller/iobroker.js upgrade telegram@1.13.0 --debug
            
            This upgrade of "telegram" will introduce the following changes:
            ==========================================================================
            -> 1.13.0:
            Added Admin 5 UI config
            Added rule block for javascript as plugin
            ==========================================================================
            
            Would you like to upgrade telegram from @1.12.6 to @1.13.0 now? [(y)es, (n)o]: y
            Update telegram from @1.12.6 to @1.13.0
            NPM version: 8.12.2
            Installing iobroker.telegram@1.13.0... (System call)
            npm ERR! code EBUSY
            npm ERR! syscall rename
            npm ERR! path I:\iobroker\node_modules\iobroker.admin
            npm ERR! dest I:\iobroker\node_modules\.iobroker.admin-VLZaPCsC
            npm ERR! errno -4082
            npm ERR! EBUSY: resource busy or locked, rename 'I:\iobroker\node_modules\iobroker.admin' -> 'I:\iobroker\node_modules\.iobroker.admin-VLZaPCsC'
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     C:\Users\io-broker\AppData\Local\npm-cache\_logs\2022-06-20T17_19_16_322Z-debug-0.log
            host.IO-Broker-Server Cannot install iobroker.telegram@1.13.0: 4294963214
            
            crunchip apollon77 2 Replies Last reply Reply Quote 0
            • crunchip
              crunchip Forum Testing Most Active @surfer09 last edited by

              @surfer09 sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

              rename 'I:\iobroker\node_modules\iobroker.admin' -> 'I:\iobroker\node_modules.iobroker.admin-VLZaPCsC'

              vermute das du dies manuell ausführen musst

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

                @surfer09 sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                Anschließend hatte ich gelesen, das man NPM auf die aktuellste Version 8.12.2 hochziehen soll.

                Wo steht denn das? Am besten lässt man die Zusammenstellung so, wie sie auch im Upstream vorgesehen sind:

                721f3cf0-46b9-4e89-93d2-b21665dd85f6-image.png

                surfer09 1 Reply Last reply Reply Quote 0
                • surfer09
                  surfer09 @crunchip last edited by

                  @crunchip Also nur das ich das jetzt richtig verstehe... Ich soll den Ordner iobroker.admin in iobroker.admin-VLZaPCsC umbenennen?

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

                    @thomas-braun sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                    @surfer09 sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                    Anschließend hatte ich gelesen, das man NPM auf die aktuellste Version 8.12.2 hochziehen soll.

                    Wo steht denn das? Am besten lässt man die Zusammenstellung so, wie sie auch im Upstream vorgesehen sind:

                    721f3cf0-46b9-4e89-93d2-b21665dd85f6-image.png

                    Hallo Thomas,
                    ich hatte das auf der Seite gelesen, die crunchip vorhin gepostet hatte.

                    2022-06-20 19_29_56-node.js - npm WARN config global ,  are deprecated. Use `--lo.jpg

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

                      @surfer09

                      Riecht längerfristig nach Komplikationen, behaupte ich mal.

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

                        Aber so wie ich das jetzt verstehe, liegt das Problem an einem Fehler in der NPM Version, richtig? Also habe ich nichts falsch gemacht... Dann gibts halt erst einmal keine Adapter-Updates 🙂
                        Alles anderes läuft ja noch bei mir.

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

                          @surfer09 sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                          an einem Fehler in der NPM Version

                          Nein, es liegt nicht an der Version von npm sondern vermutlich an Fehlern in deinem npm tree.

                          surfer09 1 Reply Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active last edited by

                            @surfer09 ich zitiere mal was ich an anderer ähnlichen Stelle gelesen habe

                            Das ist ein npm-Problem und hängt nicht speziell mit dem Adapter zusammen - hab ich auch ab und an beim Entwickeln auf Windows. Stelle sicher, dass der Adapterprozess wirklich nicht mehr läuft und probier es nochmal. Manchmal hängt ein Skript im Timeout oder sowas.
                            
                            surfer09 1 Reply Last reply Reply Quote 1
                            • surfer09
                              surfer09 @Thomas Braun last edited by

                              @thomas-braun sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                              @surfer09 sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                              an einem Fehler in der NPM Version

                              Nein, es liegt nicht an der Version von npm sondern vermutlich an Fehlern in deinem npm tree.

                              .. die wie behoben werden?? Gibt es dafür eine Anleitung, wie man da vorgehen muss? Ich weiß nicht einmal, wo ich diesen NPM-Tree finde und soll ihn schon reparieren. Das kann ja spaßig werden.

                              1 Reply Last reply Reply Quote 0
                              • surfer09
                                surfer09 @crunchip last edited by

                                @crunchip Okay, also doch abwarten, bis das Problem behoben ist, wenn ich das jetzt richtig verstehe.
                                Ich fummel ungerne jetzt an den Ordnern oder Sonstigem rum, wenn das etwas ganz anderes ist. Nicht das ich nachher alles durcheinander habe...

                                crunchip Thomas Braun 2 Replies Last reply Reply Quote 0
                                • crunchip
                                  crunchip Forum Testing Most Active @surfer09 last edited by

                                  @surfer09 hast du denn mal geprüft, ob der Prozess auch wirklich beendet ist und nochmal versucht das Update zu machen

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

                                    @surfer09 sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                                    Okay, also doch abwarten, bis das Problem behoben ist, wenn ich das jetzt richtig verstehe.

                                    Das kann nicht 'von außen' behoben werden. Da musst du schon selber schauen wo es da genau klemmt. Hinweise was zu tun ist stehen ja schon in den Meldungen drin.
                                    Unter Windows kann ich dir aber nicht sagen wie man sich den npm tree anschaut, unter einem Betriebssystem ginge es im iobroker-Verzeichnis mittels npm ls | grep ERR

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

                                      @thomas-braun

                                      Ich hoffe mal, das ich dennoch nicht mit der Fehlerbehebung alleine gelassen werde...
                                      Ich hätte einmal diese Ausgabe (was mir hier auffällt, meine installierten Adapter haben kein "extraneous" hinten anstehen):

                                      I:\iobroker>npm ls
                                      iobroker.inst@2.0.3 I:\iobroker
                                      +-- @serialport/parser-byte-length@1.0.5 extraneous
                                      +-- @serialport/parser-cctalk@1.0.5 extraneous
                                      +-- @serialport/parser-delimiter@1.0.5 extraneous
                                      +-- @serialport/parser-readline@1.0.5 extraneous
                                      +-- @serialport/parser-ready@1.0.5 extraneous
                                      +-- @serialport/parser-regex@1.0.5 extraneous
                                      +-- @sinonjs/commons@1.7.1 extraneous
                                      +-- @sinonjs/formatio@4.0.1 extraneous
                                      +-- @sinonjs/samsam@4.2.2 extraneous
                                      +-- @sinonjs/text-encoding@0.7.1 extraneous
                                      +-- acorn-jsx@3.0.1 extraneous
                                      +-- ajv-keywords@2.1.1 extraneous
                                      +-- ansi-bgblack@0.1.1 extraneous
                                      +-- ansi-bgblue@0.1.1 extraneous
                                      +-- ansi-bgcyan@0.1.1 extraneous
                                      +-- ansi-bggreen@0.1.1 extraneous
                                      +-- ansi-bgmagenta@0.1.1 extraneous
                                      +-- ansi-bgred@0.1.1 extraneous
                                      +-- ansi-bgwhite@0.1.1 extraneous
                                      +-- ansi-bgyellow@0.1.1 extraneous
                                      +-- ansi-black@0.1.1 extraneous
                                      +-- ansi-blue@0.1.1 extraneous
                                      +-- ansi-bold@0.1.1 extraneous
                                      +-- ansi-colors@0.2.0 extraneous
                                      +-- ansi-cyan@0.1.1 extraneous
                                      +-- ansi-dim@0.1.1 extraneous
                                      +-- ansi-escapes@3.2.0 extraneous
                                      +-- ansi-gray@0.1.1 extraneous
                                      +-- ansi-green@0.1.1 extraneous
                                      +-- ansi-grey@0.1.1 extraneous
                                      +-- ansi-hidden@0.1.1 extraneous
                                      +-- ansi-inverse@0.1.1 extraneous
                                      +-- ansi-italic@0.1.1 extraneous
                                      +-- ansi-magenta@0.1.1 extraneous
                                      +-- ansi-red@0.1.1 extraneous
                                      +-- ansi-reset@0.1.1 extraneous
                                      +-- ansi-strikethrough@0.1.1 extraneous
                                      +-- ansi-underline@0.1.1 extraneous
                                      +-- ansi-white@0.1.1 extraneous
                                      +-- ansi-wrap@0.1.0 extraneous
                                      +-- ansi-yellow@0.1.1 extraneous
                                      +-- arr-flatten@1.1.0 extraneous
                                      +-- arr-swap@1.0.1 extraneous
                                      +-- axios@0.18.1 extraneous
                                      +-- babel-code-frame@6.26.0 extraneous
                                      +-- buffer-alloc-unsafe@1.1.0 extraneous
                                      +-- buffer-alloc@1.2.0 extraneous
                                      +-- buffer-fill@1.0.0 extraneous
                                      +-- caller-path@0.1.0 extraneous
                                      +-- callsites@0.2.0 extraneous
                                      +-- chalk@2.4.2 extraneous
                                      +-- chardet@0.4.2 extraneous
                                      +-- charenc@0.0.2 extraneous
                                      +-- choices-separator@2.0.0 extraneous
                                      +-- circular-json@0.3.3 extraneous
                                      +-- cli-cursor@2.1.0 extraneous
                                      +-- cli-width@2.2.0 extraneous
                                      +-- clone-deep@1.0.0 extraneous
                                      +-- co@4.6.0 extraneous
                                      +-- collection-visit@1.0.0 extraneous
                                      +-- colors@1.3.3
                                      +-- copy-descriptor@0.1.1 extraneous
                                      +-- cross-spawn@5.1.0 extraneous
                                      +-- crypt@0.0.2 extraneous
                                      +-- deep-is@0.1.3 extraneous
                                      +-- define-property@1.0.0 extraneous
                                      +-- diff@4.0.2 extraneous
                                      +-- doctrine@2.1.0 extraneous
                                      +-- engine.io-client@1.8.2 extraneous
                                      +-- engine.io@1.8.2 extraneous
                                      +-- error-symbol@0.1.0 extraneous
                                      +-- escape-string-regexp@1.0.5 extraneous
                                      +-- eslint-find-rules@3.4.0 extraneous
                                      +-- eslint-plugin-json@1.4.0 extraneous
                                      +-- eslint-plugin-mocha@4.12.1 extraneous
                                      +-- eslint-rule-documentation@1.0.23 extraneous
                                      +-- eslint-scope@3.7.3 extraneous
                                      +-- eslint-visitor-keys@1.1.0 extraneous
                                      +-- esquery@1.1.0 extraneous
                                      +-- esrecurse@4.2.1 extraneous
                                      +-- estraverse@4.3.0 extraneous
                                      +-- esutils@2.0.3 extraneous
                                      +-- execa@0.7.0 extraneous
                                      +-- expand-template@1.1.1 extraneous
                                      +-- extend-shallow@2.0.1 extraneous
                                      +-- external-editor@2.2.0 extraneous
                                      +-- fast-levenshtein@2.0.6 extraneous
                                      +-- figures@2.0.0 extraneous
                                      +-- file-entry-cache@2.0.0 extraneous
                                      +-- flat-cache@1.3.4 extraneous
                                      +-- for-in@1.0.2 extraneous
                                      +-- for-own@1.0.0 extraneous
                                      +-- fs-constants@1.0.0 extraneous
                                      +-- fs-extra@7.0.1
                                      +-- functional-red-black-tree@1.0.1 extraneous
                                      +-- get-stream@3.0.0 extraneous
                                      +-- globals@11.12.0 extraneous
                                      +-- has-ansi@2.0.0 extraneous
                                      +-- has-flag@3.0.0 extraneous
                                      +-- ignore@3.3.10 extraneous
                                      +-- info-symbol@0.1.0 extraneous
                                      +-- inquirer@3.3.0 extraneous
                                      +-- iobroker.admin@5.3.8
                                      +-- iobroker.coronavirus-statistics@0.8.7
                                      +-- iobroker.deconz@2.0.5
                                      +-- iobroker.discovery@3.0.3
                                      +-- iobroker.fb-checkpresence@ extraneous
                                      +-- iobroker.flot@1.10.7
                                      +-- iobroker.fritzbox@0.2.1 extraneous
                                      +-- iobroker.hm-rega@3.0.40
                                      +-- iobroker.hm-rpc@1.15.12
                                      +-- iobroker.hs100@2.0.7
                                      +-- iobroker.ical@1.12.1
                                      +-- iobroker.info@1.9.19
                                      +-- iobroker.javascript@5.7.0
                                      +-- iobroker.js-controller@4.0.23
                                      +-- iobroker.logparser@1.1.0
                                      +-- iobroker.mielecloudservice@6.3.2
                                      +-- iobroker.mihome-vacuum@3.3.3
                                      +-- iobroker.nina@0.0.25
                                      +-- iobroker.node-red@3.3.0
                                      +-- iobroker.nuki-extended@2.4.0
                                      +-- iobroker.objects-redis@2.0.5 extraneous
                                      +-- iobroker.ping@1.5.3
                                      +-- iobroker.sayit@1.12.3
                                      +-- iobroker.simple-api@2.6.5
                                      +-- iobroker.socketio@4.2.0
                                      +-- iobroker.sony-bravia@1.0.3
                                      +-- iobroker.sql@1.16.2
                                      +-- iobroker.squeezebox@1.0.0
                                      +-- iobroker.squeezeboxrpc@1.3.9
                                      +-- iobroker.synology@2.1.7
                                      +-- iobroker.telegram@1.12.6
                                      +-- iobroker.tr-064@4.2.16
                                      +-- iobroker.upnp@1.0.21
                                      +-- iobroker.vis-hqwidgets@1.2.0
                                      +-- iobroker.vis-metro@1.2.0
                                      +-- iobroker.vis@1.4.15
                                      +-- iobroker.web@4.3.0
                                      +-- iobroker.yahka@0.13.1
                                      +-- iobroker@2.0.3 extraneous
                                      +-- ioredis@4.16.2 extraneous
                                      +-- is-accessor-descriptor@1.0.0 extraneous
                                      +-- is-arrayish@0.2.1 extraneous
                                      +-- is-buffer@1.1.6 extraneous
                                      +-- is-data-descriptor@1.0.0 extraneous
                                      +-- is-descriptor@1.0.2 extraneous
                                      +-- is-extendable@0.1.1 extraneous
                                      +-- is-number@6.0.0 extraneous
                                      +-- is-plain-object@2.0.4 extraneous
                                      +-- is-resolvable@1.1.0 extraneous
                                      +-- is-windows@1.0.2 extraneous
                                      +-- isobject@3.0.1 extraneous
                                      +-- jayson@ extraneous
                                      +-- js-tokens@3.0.2 extraneous
                                      +-- jsonc-parser@2.2.1 extraneous
                                      +-- just-extend@4.1.0 extraneous
                                      +-- kind-of@3.2.2 extraneous
                                      +-- koalas@1.0.2 extraneous
                                      +-- lazy-cache@2.0.2 extraneous
                                      +-- levn@0.3.0 extraneous
                                      +-- log-ok@0.1.1 extraneous
                                      +-- log-utils@0.2.1 extraneous
                                      +-- lolex@5.1.2 extraneous
                                      +-- map-visit@1.0.0 extraneous
                                      +-- md5@2.2.1 extraneous
                                      +-- mem@1.1.0 extraneous
                                      +-- mimic-fn@1.2.0 extraneous
                                      +-- mixin-object@2.0.1 extraneous
                                      +-- natural-compare@1.4.0 extraneous
                                      +-- nise@3.0.1 extraneous
                                      +-- node-sonos-http-api-master@npm:sonos-http-api@1.6.9 extraneous
                                      +-- node-windows@0.1.14 extraneous
                                      +-- npm-run-path@2.0.2 extraneous
                                      +-- object-copy@0.1.0 extraneous
                                      +-- object-visit@1.0.1 extraneous
                                      +-- onetime@2.0.1 extraneous
                                      +-- optionator@0.8.3 extraneous
                                      +-- p-finally@1.0.0 extraneous
                                      +-- path-is-inside@1.0.2 extraneous
                                      +-- path-key@2.0.1 extraneous
                                      +-- pm2-master@npm:pm2@4.2.3 extraneous
                                      +-- pointer-symbol@1.0.0 extraneous
                                      +-- prelude-ls@1.1.2 extraneous
                                      +-- promirepl@1.0.1 extraneous
                                      +-- prompt-actions@3.0.2 extraneous
                                      +-- prompt-base@4.1.0 extraneous
                                      +-- prompt-checkbox@2.2.0 extraneous
                                      +-- prompt-choices@4.1.0 extraneous
                                      +-- prompt-list@3.2.0 extraneous
                                      +-- prompt-question@5.0.2 extraneous
                                      +-- prompt-radio@1.2.1 extraneous
                                      +-- radio-symbol@2.0.0 extraneous
                                      +-- ramda@0.25.0 extraneous
                                      +-- read-pkg-up@2.0.0 extraneous
                                      +-- read-pkg@2.0.0 extraneous
                                      +-- readline-ui@2.2.3 extraneous
                                      +-- readline-utils@2.2.3 extraneous
                                      +-- regexpp@1.1.0 extraneous
                                      +-- require-uncached@1.0.3 extraneous
                                      +-- resolve-from@1.0.1 extraneous
                                      +-- restore-cursor@2.0.0 extraneous
                                      +-- run-async@2.4.1 extraneous
                                      +-- rx-lite-aggregates@4.0.8 extraneous
                                      +-- rx-lite@4.0.8 extraneous
                                      +-- semver@5.7.1
                                      +-- set-getter@0.1.0 extraneous
                                      +-- set-value@3.0.2 extraneous
                                      +-- shallow-clone@1.0.0 extraneous
                                      +-- shebang-command@1.2.0 extraneous
                                      +-- shebang-regex@1.0.0 extraneous
                                      +-- simple-get@2.8.1 extraneous
                                      +-- sinon@8.1.1 extraneous
                                      +-- slice-ansi@1.0.0 extraneous
                                      +-- socket.io-client@1.7.2 extraneous
                                      +-- socket.io@1.7.2 extraneous
                                      +-- source-map@0.5.7 extraneous
                                      +-- static-extend@0.1.2 extraneous
                                      +-- streamifier@0.1.1 extraneous
                                      +-- strip-color@0.1.0 extraneous
                                      +-- strip-eof@1.0.0 extraneous
                                      +-- success-symbol@0.1.0 extraneous
                                      +-- supports-color@2.0.0 extraneous
                                      +-- systeminformation@4.23.3 extraneous
                                      +-- table@4.0.2 extraneous
                                      +-- tar-fs@1.16.3 extraneous
                                      +-- tar-stream@1.6.2 extraneous
                                      +-- tar@5.0.5 extraneous
                                      +-- terminal-paginator@2.0.2 extraneous
                                      +-- text-table@0.2.0 extraneous
                                      +-- time-stamp@1.1.0 extraneous
                                      +-- tmp@0.0.33 extraneous
                                      +-- to-buffer@1.1.1 extraneous
                                      +-- to-object-path@0.3.0 extraneous
                                      +-- toggle-array@1.0.1 extraneous
                                      +-- type-check@0.3.2 extraneous
                                      +-- type-detect@4.0.8 extraneous
                                      +-- vinyl-sourcemaps-apply@0.2.1 extraneous
                                      +-- vows@0.8.3 extraneous
                                      +-- vscode-json-languageservice@3.5.1 extraneous
                                      +-- vscode-languageserver-textdocument@1.0.1 extraneous
                                      +-- vscode-languageserver-types@3.15.1 extraneous
                                      +-- vscode-nls@4.1.1 extraneous
                                      +-- vscode-uri@2.1.1 extraneous
                                      +-- warning-symbol@0.1.0 extraneous
                                      +-- window-size@1.1.1 extraneous
                                      +-- word-wrap@1.2.3 extraneous
                                      +-- write@0.2.1 extraneous
                                      +-- xmlhttprequest-ssl@1.5.3 extraneous
                                      `-- yargs@7.1.0
                                      

                                      Und einmal diese hier:

                                      I:\iobroker>npm ls grep ERR
                                      iobroker.inst@2.0.3 I:\iobroker
                                      `-- (empty)
                                      

                                      Der Befehl npm ls | grep ERR zeigt nur an, dass es "grep" nicht gibt.

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

                                        @surfer09 sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                                        dass es "grep" nicht gibt.

                                        Ist ja auch ein Linux/Unix-Kommando. Würde mich wundern, wenn Windows sowas kennen würde.

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

                                          Kann mir vielleicht jemand sagen, was ich machen muss, damit das Problem behoben ist? Ich möchte ungerne das ganze System neu installieren, nur weil ein Update irgendwie alles auf den Kopf stellt.

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

                                            @surfer09 sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                                            Kann mir vielleicht jemand sagen, was ich machen muss, damit das Problem behoben ist?

                                            Ich nicht. Hab keinen Plan von Windows. 🤷‍♂️

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            652
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            errormeldung nodejs 16.15.1
                                            15
                                            169
                                            15612
                                            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