Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 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@2.15.1
  6. 3 info using node@v4.4.4
  7. 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
  8. 5 info prestart artyou-land@1.0.0
  9. 6 info start artyou-land@1.0.0
  10. 7 verbose unsafe-perm in lifecycle true
  11. 8 info artyou-land@1.0.0 Failed to exec start script
  12. 9 verbose stack Error: artyou-land@1.0.0 start: `rm -rf npm-debug.log && npm run build && node dist/index.js`
  13. 9 verbose stack Exit status 1
  14. 9 verbose stack at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:217:16)
  15. 9 verbose stack at emitTwo (events.js:87:13)
  16. 9 verbose stack at EventEmitter.emit (events.js:172:7)
  17. 9 verbose stack at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
  18. 9 verbose stack at emitTwo (events.js:87:13)
  19. 9 verbose stack at ChildProcess.emit (events.js:172:7)
  20. 9 verbose stack at maybeClose (internal/child_process.js:827:16)
  21. 9 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
  22. 10 verbose pkgid artyou-land@1.0.0
  23. 11 verbose cwd c:\xampp\htdocs\ArtYou-Site
  24. 12 error Windows_NT 10.0.14393
  25. 13 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
  26. 14 error node v4.4.4
  27. 15 error npm v2.15.1
  28. 16 error code ELIFECYCLE
  29. 17 error artyou-land@1.0.0 start: `rm -rf npm-debug.log && npm run build && node dist/index.js`
  30. 17 error Exit status 1
  31. 18 error Failed at the artyou-land@1.0.0 start script 'rm -rf npm-debug.log && npm run build && node dist/index.js'.
  32. 18 error This is most likely a problem with the artyou-land package,
  33. 18 error not with npm itself.
  34. 18 error Tell the author that this fails on your system:
  35. 18 error rm -rf npm-debug.log && npm run build && node dist/index.js
  36. 18 error You can get information on how to open an issue for this project with:
  37. 18 error npm bugs artyou-land
  38. 18 error Or if that isn't available, you can get their info via:
  39. 18 error
  40. 18 error npm owner ls artyou-land
  41. 18 error There is likely additional logging output above.
  42. 19 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement