Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'prod' ]
  3. 2 info using npm@4.4.4
  4. 3 info using node@v7.8.0
  5. 4 verbose run-script [ 'preprod', 'prod', 'postprod' ]
  6. 5 info lifecycle @~preprod: @
  7. 6 silly lifecycle @~preprod: no script for preprod, continuing
  8. 7 info lifecycle @~prod: @
  9. 8 verbose lifecycle @~prod: unsafe-perm in lifecycle true
  10. 9 verbose lifecycle @~prod: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/home/vagrant/Code/scarlett/node_modules/.bin:/home/vagrant/.composer$
  11. 10 verbose lifecycle @~prod: CWD: /home/vagrant/Code/scarlett
  12. 11 silly lifecycle @~prod: Args: [ '-c', '$npm_package_scripts_production' ]
  13. 12 silly lifecycle @~prod: Returned: code: 1 signal: null
  14. 13 info lifecycle @~prod: Failed to exec prod script
  15. 14 verbose stack Error: @ prod: `$npm_package_scripts_production`
  16. 14 verbose stack Exit status 1
  17. 14 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:279:16)
  18. 14 verbose stack at emitTwo (events.js:106:13)
  19. 14 verbose stack at EventEmitter.emit (events.js:194:7)
  20. 14 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
  21. 14 verbose stack at emitTwo (events.js:106:13)
  22. 14 verbose stack at ChildProcess.emit (events.js:194:7)
  23. 14 verbose stack at maybeClose (internal/child_process.js:899:16)
  24. 14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
  25. 15 verbose pkgid @
  26. 16 verbose cwd /home/vagrant/Code/scarlett
  27. 17 verbose Linux 4.4.0-22-generic
  28. 18 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "prod"
  29. 19 verbose node v7.8.0
  30. 20 verbose npm v4.4.4
  31. 21 error code ELIFECYCLE
  32. 22 error errno 1
  33. 23 error @ prod: `$npm_package_scripts_production`
  34. 23 error Exit status 1
  35. 24 error Failed at the @ prod script '$npm_package_scripts_production'.
  36. 24 error Make sure you have the latest version of node.js and npm installed.
  37. 24 error If you do, this is most likely a problem with the package,
  38. 24 error not with npm itself.
  39. 24 error Tell the author that this fails on your system:
  40. 24 error $npm_package_scripts_production
  41. 24 error You can get information on how to open an issue for this project with:
  42. 24 error npm bugs
  43. 24 error Or if that isn't available, you can get their info via:
  44. 24 error npm owner ls
  45. 24 error There is likely additional logging output above.
  46. 25 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement