runnane / node-red-contrib-easee

Node-Red module for streaming Easee charger data.
Apache License 2.0
7 stars 3 forks source link

version 0.3.5 run on error when I try to install #4

Closed Schorsch991 closed 1 year ago

Schorsch991 commented 1 year ago

Hallo, new version is now avaiable, but run on error when I try to install: grafik

grafik


2023-05-09T17:16:35.748Z installieren : @runnane/node-red-contrib-easee 0.3.5

2023-05-09T17:16:35.112Z npm install --no-package-lock --global-style --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production @runnane/node-red-contrib-easee@0.3.5 2023-05-09T17:16:45.336Z [out] 2023-05-09T17:16:45.336Z [out] up to date in 9s 2023-05-09T17:16:45.364Z rc=0

Maybe you can have a second look?

Originally posted by @Schorsch991 in https://github.com/runnane/node-red-contrib-easee/issues/3#issuecomment-1540566790

runnane commented 1 year ago

Hi @Schorsch991 , I just tried installing fresh, as well as upgrading. I am not able to reproduce this error. Not sure what this can be, .nodes must be the RED.nodes references. I assume a restart does not clear the error, this is persistent? Might be a node version problem?

From a fresh nodered:latest docker, no errors popped up:


2023-05-09T19:23:12.993Z Install : @runnane/node-red-contrib-easee 0.3.5

2023-05-09T19:23:13.001Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict @runnane/node-red-contrib-easee@0.3.5 2023-05-09T19:23:13.419Z [err] npm 2023-05-09T19:23:13.419Z [err] WARN config production Use --omit=dev instead. 2023-05-09T19:23:20.777Z [err] npm WARN deprecated har-validator@5.1.5: this library is no longer supported 2023-05-09T19:23:20.869Z [err] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 2023-05-09T19:23:21.044Z [err] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 2023-05-09T19:23:21.357Z [out] 2023-05-09T19:23:21.357Z [out] added 58 packages in 8s 2023-05-09T19:23:21.369Z rc=0

Schorsch991 commented 1 year ago

I have found something: "[@runnane/node-red-contrib-easee] Das Node-Modul kann in dieser Version nicht geladen werden. Erfordert: >=2.0.0 " I think I will need a update of my Node-RED >=2.0.0 .... On th CCU3 is running only node-red 1.2.9 MR at the moment ..... :-( So I must wait for this update first .... Thank you for your suport!

runnane commented 1 year ago

@Schorsch991 Ah, thank you for letting me know. I have not tested it under v2, so that would explain it. Good luck!