Hello,
We just upgraded our Node.js from v12 to v14.
NodeRED version is 1.0.4
After the upgrade we get:
The node node-red-contrib-ttn shows :
Doesn't seem to be able to be either removed or upgraded.
Any suggestions maybe on this issue?
Hello,
We just upgraded our Node.js from v12 to v14.
NodeRED version is 1.0.4
After the upgrade we get:
The node node-red-contrib-ttn shows :
Doesn't seem to be able to be either removed or upgraded.
Any suggestions maybe on this issue?
it may need rebuilding ...
cd ~/.node-red
npm rebuild
or it just may not be supported under node 14
Already tried a rebuild, no luck. So it's probably not supported
What do you see if you run, in the .node-red folder
npm install node-red-contrib-ttn
Ok, we performed the rebuild from the NodeRED subdirectory, in stead of the root. Now all seems to be working fine!
Thanks all!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.