Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'build' ]
  3. 2 info using npm@5.6.0
  4. 3 info using node@v8.10.0
  5. 4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
  6. 5 info lifecycle eSports@1.0.0~prebuild: eSports@1.0.0
  7. 6 info lifecycle eSports@1.0.0~build: eSports@1.0.0
  8. 7 verbose lifecycle eSports@1.0.0~build: unsafe-perm in lifecycle true
  9. 8 verbose lifecycle eSports@1.0.0~build: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/app/node_modules/.bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/puppetlabs/bin:/home/vagrant/bin
  10. 9 verbose lifecycle eSports@1.0.0~build: CWD: /app
  11. 10 silly lifecycle eSports@1.0.0~build: Args: [ '-c',
  12. 10 silly lifecycle 'NODE_ENV=production webpack --config webpack.config.js' ]
  13. 11 silly lifecycle eSports@1.0.0~build: Returned: code: 2 signal: null
  14. 12 info lifecycle eSports@1.0.0~build: Failed to exec build script
  15. 13 verbose stack Error: eSports@1.0.0 build: `NODE_ENV=production webpack --config webpack.config.js`
  16. 13 verbose stack Exit status 2
  17. 13 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:285:16)
  18. 13 verbose stack at emitTwo (events.js:126:13)
  19. 13 verbose stack at EventEmitter.emit (events.js:214:7)
  20. 13 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
  21. 13 verbose stack at emitTwo (events.js:126:13)
  22. 13 verbose stack at ChildProcess.emit (events.js:214:7)
  23. 13 verbose stack at maybeClose (internal/child_process.js:925:16)
  24. 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
  25. 14 verbose pkgid eSports@1.0.0
  26. 15 verbose cwd /app
  27. 16 verbose Linux 2.6.32-696.18.7.el6.x86_64
  28. 17 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "build"
  29. 18 verbose node v8.10.0
  30. 19 verbose npm v5.6.0
  31. 20 error code ELIFECYCLE
  32. 21 error errno 2
  33. 22 error eSports@1.0.0 build: `NODE_ENV=production webpack --config webpack.config.js`
  34. 22 error Exit status 2
  35. 23 error Failed at the eSports@1.0.0 build script.
  36. 23 error This is probably not a problem with npm. There is likely additional logging output above.
  37. 24 verbose exit [ 2, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement