Hi,
Node-RED used to work until yesterday. Then it stopped.
I uninstalled Node-RED and Node.js, then reinstalled.
Here's how the Node-RED install went:
c:\Users\ronen.perets\AppData\Roaming\npm>npm install -g --unsafe-perm node-red
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated bcrypt@3.0.8: versions < v5.0.0 do not handle NUL in passwords properly
C:\Users\ronen.perets\AppData\Roaming\npm\node-red-pi -> C:\Users\ronen.perets\AppData\Roaming\npm\node_modules\node-red\bin\node-red-pi
C:\Users\ronen.perets\AppData\Roaming\npm\node-red -> C:\Users\ronen.perets\AppData\Roaming\npm\node_modules\node-red\red.js
- node-red@1.1.3
updated 1 package in 6.894s
When I start Node-RED and point the browser to localhost:1880, Node-RED shows in all its glory, HOWEVER no button works:
Manage Pallete - Nothing happens
Double click on node - Nothing happens
Adding a Flow Tab - Nothing happens
When I try to add a node and deploy I get a message that deploy failed with config.forEach issue:
Also I get the following message on the browser console:
red.min.js:16 Uncaught TypeError: $(...).size is not a function
at o (red.min.js:16)
at Object.core:add-flow (red.min.js:16)
at Object.invoke (red.min.js:16)
at HTMLAnchorElement. (red.min.js:16)
at HTMLAnchorElement.dispatch (vendor.js:2)
at HTMLAnchorElement.v.handle (vendor.js:2)