bisand / node-red-contrib-tibber-api

Node Red module for integrating with Tibber api
MIT License
20 stars 2 forks source link

Newest versions of Node is not supported #58

Closed ThermIQ closed 1 year ago

ThermIQ commented 1 year ago

Trying to install on latest version of Node fails with following message:

2022-07-22T14:05:20.313Z [err] notsup Required: {"node":">=10 <15"} 2022-07-22T14:05:20.313Z [err] npm ERR! notsup Actual: {"npm":"8.13.2","node":"v18.6.0"}

bisand commented 1 year ago

The intention of Node-RED team is to support the maintenance and active LTS releases of Node.js. They generally do not recommend using odd numbers of Node.js

ThermIQ commented 1 year ago

I was using version 18 and install allows up to 14

bisand commented 1 year ago

18 is an LTS version. I can take a look at it. 😊

bisand commented 1 year ago

It should now support NodeJS 18