Hi,
i was using the NodeRed 1.3.2 with the "node-red-contrib-smartmeter" Node but after updating my system (npm and node) my flows can not found the node-red-contrib-smartmeter node. In the webinterface it is shown as installed
root@tulpe:~# npm --version
8.1.0
root@tulpe:~# node --version
v14.18.1
i tried to remove the node:
root@tulpe:/home/mode# npm uninstall node-red-contrib-smartmeter
removed 123 packages, and audited 1 package in 485ms
found 0 vulnerabilities
After restarting nodered it shows up in palette as installed component. Why? it just removed it but no effect has taken.
it tried to reinstall it:
root@tulpe:~# npm install node-red-contrib-smartmeter
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
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 There’s Math.random(), and then there’s Math.random() · V8 for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see Request’s Past, Present and Future · Issue #3142 · request/request · GitHub
added 123 packages, and audited 124 packages in 6s
18 packages are looking for funding
run npm fund
for details
found 0 vulnerabilities
I can not find the smartmeter node in the left menu to use it in my flows.
What the heck is going on here?