Grizzelbee / ioBroker.mielecloudservice

Integrates your MieleCloudService (aka Miele@Home) Devices to ioBroker
MIT License
20 stars 9 forks source link

Invalid Node version #321

Closed looxer01 closed 1 year ago

looxer01 commented 1 year ago

Describe the bug
When I try to add an instance to the miele cloud adapter I am getting an error (see also attachment) that the adapter requires Node 14.9.0 but my version is 16.18...)

miele

and thats the install log when I try install through github

$ iobroker url Grizzelbee/ioBroker.mielecloudservice --host RR-DEB-iOB --debug install Grizzelbee/ioBroker.mielecloudservice NPM version: 8.19.2 Installing Grizzelbee/ioBroker.mielecloudservice... (System call) npm ERR! code EBADENGINE host.RR-DEB-iOB Cannot install Grizzelbee/ioBroker.mielecloudservice: 1 ERROR: Process exited with code 25

Grizzelbee commented 1 year ago

It's true that the adapter wants to ask for a minimum node version >= 14.0.0 - but in fact it asks for a version compatible with 14.0.0.

I'll fix this bug in a future version (and I hope pretty soon).

looxer01 commented 1 year ago

Thank you. and just a note: The issue only occurs in the BETA repository. Install in stable works.

Grizzelbee commented 1 year ago

Habe gerade die beta-1 der versioin 6.5.0 auf github hochgeladen. Bitte testet mal, ob es jetzt sauber funktioniert.