NEWS
ERROR: Process exited with code 25
-
@fossy50 Das kann nicht sein und sieht nicht korrekt aus.
Korrekt sind:Node.js: v16.16.0 NPM: 8.11.0
Da wurde händisch etwas gemacht und ganz sicher nicht nach Thomas Anleitung. Siehe seine Links in der Signatur und installiere es korrekt/ korrigiere es.
-
@fossy50 sagte in ERROR: Process exited with code 25:
Seit heute kann ich keine Adapter mehr installieren.
Installier mal einen Adapter mit --debug-Option.
Und warum bleibst du nicht bei der empfohlenen nodejs v16?
-
@thomas-braun wie kann ich die debug Option auswählen, die Adapter installiere ich über die iobroker admin Seite
-
@thomas-braun hab den debug modus aktiviert
$ iobroker url iobroker.accuweather --host IObroker --debug
install iobroker.accuweather
NPM version: 8.15.0
Installing iobroker.accuweather... (System call)
npm ERR! code ENOTEMPTY
npm ERR! syscall renamenpm ERR! path /opt/iobroker/node_modules/chalknpm ERR! dest /opt/iobroker/node_modules/.chalk-XiLYGIVJnpm ERR! errno -39
npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/chalk' -> '/opt/iobroker/node_modules/.chalk-XiLYGIVJ'npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-08-09T08_43_23_980Z-debug-0.log
host.IObroker Cannot install iobroker.accuweather: 217
ERROR: Process exited with code 25
-
Da gibt es glaube ich eine Option, die man setzen kann.
Ich installiere aber immer über die Kommandozeile.
--debug
anhängen, fertig. -
$ iobroker url iobroker.accuweather --host IObroker --debug
install iobroker.accuweather
NPM version: 8.15.0
Installing iobroker.accuweather... (System call)
npm ERR! code ENOTEMPTY
npm ERR! syscall renamenpm ERR! path /opt/iobroker/node_modules/chalknpm ERR! dest /opt/iobroker/node_modules/.chalk-XiLYGIVJnpm ERR! errno -39
npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/chalk' -> '/opt/iobroker/node_modules/.chalk-XiLYGIVJ'npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-08-09T08_43_23_980Z-debug-0.log
host.IObroker Cannot install iobroker.accuweather: 217
ERROR: Process exited with code 25
-
-
@thomas-braun hat leider nicht genutzt bekomme immer den gleichen Fehler
$ iobroker url iobroker.accuweather --host IObroker --debug
install iobroker.accuweather
NPM version: 8.15.0
Installing iobroker.accuweather... (System call)
npm ERR! code ENOTEMPTY
npm ERR! syscall renamenpm ERR! path /opt/iobroker/node_modules/@babel/corenpm ERR! dest /opt/iobroker/node_modules/@babel/.core-7WwxRyUznpm ERR! errno -39
npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/@babel/core' -> '/opt/iobroker/node_modules/@babel/.core-7WwxRyUz'
npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-08-09T08_53_21_132Z-debug-0.log
host.IObroker Cannot install iobroker.accuweather: 217
ERROR: Process exited with code 25
-
@fossy50 sagte in ERROR: Process exited with code 25:
'/opt/iobroker/node_modules/@babel/
Ähnlich. Aber anderes Verzeichnis.
cd /opt/iobroker/node_modules/@babel/
und dann nochmal die for-Schleife.
-
@thomas-braun Super Danke, hat jetzt geklappt
Vielen dank.