Hi
i got an issue with Starting up node red.
Error: Failed to start server
Versions: Node red 3.1.8, nodejs 20.16.0
Error is with running npm in line
[project dir]\node_modules@node-red\registry\lib\installer.js:584:27
Workaround:
change
const npmCommand = process.platform === 'win32' ? 'npm.cmd' : 'npm';
to
const npmCommand = 'npm';