I tried to update the Odyssey Voyage II - Server (Airlock) to the latest version, when I “npm run launch”, I got the error message:
"…
[accounts] Error occurred when executing command: npm start
[accounts] Error: spawn cmd.exe ENOENT
[accounts] at ChildProcess._handle.onexit (node:internal/child_process:286:19)
[accounts] at onErrorNT (node:internal/child_process:484:16)
[accounts] at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
[accounts] npm start exited with code -4058
node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^
[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason “[object Array]”.] {
code: ‘ERR_UNHANDLED_REJECTION’
}
Node.js v20.5.0,
"
what should I do the next?