ioBroker / ioBroker.javascript

Script engine for JavaScript and Blockly
MIT License
320 stars 119 forks source link

[Bug]: Cannot add npm modules anymore. #1619

Closed RedondoBoony closed 1 week ago

RedondoBoony commented 1 week ago

I'm sure that

Script type

Instance configuration

The problem

When I try to enter "additional NPM modules", it does not register them anymore. Worked before. Works with 8.0.0. Does not work with 8.3.1 I e.g. write "axios" and "tab", which should then register it. just disappears. Again this is working in 8.0.0 No error message but modules are not installed.

Can i install modules by code for the adapter?

iobroker.current.log (in debug mode!)

No log/error/debug, nothing

Version of nodejs

18.20.3

Version of ioBroker js-controller

5.0.19

Version of adapter

8.3.1

RedondoBoony commented 1 week ago

Dont know why but is working now again after a restart