Estou tendo o seguinte problema:
alurapic@0.0.0 start concurrently --kill-others "node api/server.js" "ng serve"
[0] Error occurred when executing command: node api/server.js [0] Error: spawn cmd.exe ENOENT [0] at ChildProcess._handle.onexit (node:internal/child_process:286:19) [0] at onErrorNT (node:internal/child_process:484:16) [0] at process.processTicksAndRejections (node:internal/process/task_queues:82:21) [1] Error occurred when executing command: ng serve [1] Error: spawn cmd.exe ENOENT [1] at ChildProcess._handle.onexit (node:internal/child_process:286:19) [1] at onErrorNT (node:internal/child_process:484:16) [1] at process.processTicksAndRejections (node:internal/process/task_queues:82:21) [1] ng serve exited with code -4058 [0] node api/server.js exited with code -4058
**OBS: JÁ EXECUTEI OS COMANDOS: "npm install" e "npm start".