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
what version of nodejs are you running?
v23.8.0
yeah, you need v18 or v20.
v23 is not tested or supported at this time
ah ok thanks
I'm surprised you got this far with the server...
it was doing a few odd things but mostly working. I just downgraded to v20 and node red starts right away thank you