Advertisement
Guest User

Untitled

a guest
Oct 13th, 2013
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe',
  3. 1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
  4. 1 verbose cli 'start' ]
  5. 2 info using npm@1.2.0
  6. 3 info using node@v0.8.17
  7. 4 verbose node symlink C:\Program Files\nodejs\\node.exe
  8. 5 verbose read json C:\xampp\htdocs\thorax\package.json
  9. 6 verbose run-script [ 'prestart', 'start', 'poststart' ]
  10. 7 info prestart Application@0.0.1
  11. 8 info start Application@0.0.1
  12. 9 verbose unsafe-perm in lifecycle true
  13. 10 silly exec cmd "/c" "node ./node_modules/grunt-cli/bin/grunt"
  14. 11 silly cmd,/c,node ./node_modules/grunt-cli/bin/grunt,C:\xampp\htdocs\thorax spawning
  15. 12 info Application@0.0.1 Failed to exec start script
  16. 13 error Application@0.0.1 start: `node ./node_modules/grunt-cli/bin/grunt`
  17. 13 error `cmd "/c" "node ./node_modules/grunt-cli/bin/grunt"` failed with 1
  18. 14 error Failed at the Application@0.0.1 start script.
  19. 14 error This is most likely a problem with the Application package,
  20. 14 error not with npm itself.
  21. 14 error Tell the author that this fails on your system:
  22. 14 error node ./node_modules/grunt-cli/bin/grunt
  23. 14 error You can get their info via:
  24. 14 error npm owner ls Application
  25. 14 error There is likely additional logging output above.
  26. 15 error System Windows_NT 6.1.7601
  27. 16 error command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
  28. 17 error cwd C:\xampp\htdocs\thorax
  29. 18 error node -v v0.8.17
  30. 19 error npm -v 1.2.0
  31. 20 error code ELIFECYCLE
  32. 21 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement