doug kimmerly - I've installed Node-Red but whe...

I've installed Node-Red but when I try to connect to it the browser just freezes either from the webApps or directly to redAdmin. I tried uninstalling it and reinstalling it and its the same thing. I do see this error in the log "Mar 09 17:13:27 TypeError: util.log is not a function at LogHandler.consoleLogger [as handler] (/home/doug/.signalk/node_modules/@node-red/util/lib/log.js:94:18) at LogHandler.<anonymous> (/home/doug/.signalk/node_modules/@node-red/util/lib/log.js:66:18) at LogHandler.emit (node:events:507:28) at /home/doug/.signalk/node_modules/@node-red/util/lib/log.js:160:21 at Array.forEach (<anonymous>) at Object.log (/home/doug/.signalk/node_modules/@node-red/util/lib/log.js:159:21) at Object.info (/home/doug/.signalk/node_modules/@node-red/util/lib/log.js:169:13) at /home/doug/.signalk/node_modules/@node-red/runtime/lib/index.js:150:17"
6 Replies
Scott Bender
Scott Bender4w ago
what version of nodejs are you running?
doug kimmerly
doug kimmerlyOP4w ago
v23.8.0
Scott Bender
Scott Bender4w ago
yeah, you need v18 or v20. v23 is not tested or supported at this time
doug kimmerly
doug kimmerlyOP4w ago
ah ok thanks
Scott Bender
Scott Bender4w ago
I'm surprised you got this far with the server...
doug kimmerly
doug kimmerlyOP4w ago
it was doing a few odd things but mostly working. I just downgraded to v20 and node red starts right away thank you

Did you find this page helpful?