ring icon indicating copy to clipboard operation
ring copied to clipboard

Allow Node JS 18

Open theimo1221 opened this issue 3 years ago • 2 comments

Bug Report

Describe the Bug

Installation on a server with Node JS 18 fails due to "engines": {"node": "^16"}

To Reproduce

Steps to reproduce the behavior: Attempt to install on a server with NodeJS 18

Expected behavior

Allow the user to run install in NodeJS 18

Additional context

https://github.com/iobroker-community-adapters/ioBroker.ring/issues/345

theimo1221 avatar Sep 10 '22 08:09 theimo1221

This is a duplicate of https://github.com/dgreif/ring/issues/1013 and I'm going to guess the answer will be the same.

tsightler avatar Sep 12 '22 22:09 tsightler

While I understand the "recommendation" of Node JS 16 due to the dependencies we experienced that the functionallity of this library used within ioBroker Ring isn't reduced by node JS 18. So I'm asking for a reconsideration of enforcing node 16. Personally I'd appreciate if the decision would be with the user by e.g. clearly recommending node 16.

theimo1221 avatar Sep 15 '22 07:09 theimo1221

Node 18 is supported in the latest version

dgreif avatar Oct 02 '22 15:10 dgreif