question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed at the angular-quickstart@1.0.0 start script 'concurrently "npm run build:watch" "npm run serve"'.

See original GitHub issue

Someone please help me solve this error.

angular-quickstart@1.0.0 start C:\Users\Dannie\Downloads\Compressed\quickstart-master

concurrently “npm run build:watch” “npm run serve”

Error occured when executing command: npm run serve Error: spawn cmd.exe ENOENT at exports._errnoException (util.js:1018:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32) at onErrorNT (internal/child_process.js:367:16) at _combinedTickCallback (internal/process/next_tick.js:80:11) at process._tickCallback (internal/process/next_tick.js:104:9) at Module.runMain (module.js:606:11) at run (bootstrap_node.js:390:7) at startup (bootstrap_node.js:150:9) at bootstrap_node.js:505:3 Error occured when executing command: npm run serve Error: spawn cmd.exe ENOENT at exports._errnoException (util.js:1018:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32) at onErrorNT (internal/child_process.js:367:16) at _combinedTickCallback (internal/process/next_tick.js:80:11) at process._tickCallback (internal/process/next_tick.js:104:9) at Module.runMain (module.js:606:11) at run (bootstrap_node.js:390:7) at startup (bootstrap_node.js:150:9) at bootstrap_node.js:505:3 [1] npm run serve exited with code -4058

npm ERR! Windows_NT 10.0.14393 npm ERR! argv “C:\Program Files\nodejs\node.exe” “C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js” “start” npm ERR! node v6.10.3 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! angular-quickstart@1.0.0 start: concurrently "npm run build:watch" "npm run serve" npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the angular-quickstart@1.0.0 start script ‘concurrently “npm run build:watch” “npm run serve”’. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the angular-quickstart package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! concurrently “npm run build:watch” “npm run serve” npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs angular-quickstart npm ERR! Or if that isn’t available, you can get their info via: npm ERR! npm owner ls angular-quickstart npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! C:\Users\Dannie\Downloads\Compressed\quickstart-master\npm-debug.log

screenshot 44

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
wanjydancommented, May 26, 2017

Thanks @AnneWQ for the temporary fix. I was able to fix it permanently by adding the following values to system variable PATH: C:\Windows\System32 C:\Program Files\nodejs\

2reactions
AnneWQcommented, May 26, 2017

run command separately temporarily worked for me. concurrently npm run build:watch npm run serve

Read more comments on GitHub >

github_iconTop Results From Across the Web

concurrently "npm run build:watch" "npm run serve" for ...
Failed at the angular-quickstart@1.0.0 start script 'concurrently "npm ... I can start both commands (npm run build:watch and npm run serve) ...
Read more >
concurrently - npm
Start using concurrently in your project by running `npm i ... TypeScript icon, indicating that this package has built-in type declarations.
Read more >
npm start fails - Google Groups
21 error Failed at the angular-q...@1.0.0 prestart script 'npm run build'. 21 error Make sure you have the latest version of node.js and...
Read more >
Quick start failed to launch on Windows - Building monday Apps
code ELIFECYCLE npm ERR! errno 1 npm ERR! monday-integration-quickstart-app@0.0.1 start: `npm run stop && concurrently "npm run server" " ...
Read more >
Helpers and tips for npm run scripts - Michael Kühnel
»npm start« and »npm test«. These are also lifecycle scripts (but aren't executed automatically). { "name": ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found