Achronite / mqtt-energenie-ener314rt

MQTT interface for Energenie ENER314-RT add-on board for the Raspberry Pi, designed for use by Home Assistant.
MIT License
13 stars 5 forks source link

Note: node version 18.2.0 now needed #77

Closed genestealer closed 7 months ago

genestealer commented 8 months ago

Please note, installing the 'develop' branch of mqtt-energenie-ener314rt I saw the warning regarding the insatlled node version.

Current readme asks for "node.js v15+" however npn install asks for required: { node: '>=18.2.0'

pi@raspberrypi:~/mqtt-energenie-ener314rt-develop $ npm install
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'fast-unique-numbers@9.0.0',
npm WARN EBADENGINE   required: { node: '>=18.2.0' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }

image

Achronite commented 7 months ago

@genestealer Any chance you could test the latest version for me? I've released v0.7.2 of energenie-ener314rt on npm, so you shouldn't have to mess around to much by installing from the develop branch?

genestealer commented 7 months ago

@Achronite All tested and works great without needing to delete package-lock.json

Achronite commented 7 months ago

Code fully released now. Thanks for the help @genestealer! 😊