Guest User

NPM log file

a guest
Jan 19th, 2020
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 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@6.13.4
  4. 3 info using node@v13.6.0
  5. 4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
  6. 5 info lifecycle throat@1.0.0~prebuild: throat@1.0.0
  7. 6 info lifecycle throat@1.0.0~build: throat@1.0.0
  8. 7 verbose lifecycle throat@1.0.0~build: unsafe-perm in lifecycle true
  9. 8 verbose lifecycle throat@1.0.0~build: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/app/throat/node_modules/.bin:/home/app/.pyenv/plugins/pyenv-virtualenv/shims:/home/app/.pyenv/shims:/home/app/.pyenv/bin:/home/app/.pyenv/plugins/pyenv-virtualenv/shims:/home/app/.pyenv/shims:/home/app/.pyenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
  10. 9 verbose lifecycle throat@1.0.0~build: CWD: /home/app/throat
  11. 10 silly lifecycle throat@1.0.0~build: Args: [
  12. 10 silly lifecycle '-c',
  13. 10 silly lifecycle 'NODE_ENV=production webpack -p --optimize-minimize --progress'
  14. 10 silly lifecycle ]
  15. 11 silly lifecycle throat@1.0.0~build: Returned: code: 2 signal: null
  16. 12 info lifecycle throat@1.0.0~build: Failed to exec build script
  17. 13 verbose stack Error: throat@1.0.0 build: `NODE_ENV=production webpack -p --optimize-minimize --progress`
  18. 13 verbose stack Exit status 2
  19. 13 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
  20. 13 verbose stack at EventEmitter.emit (events.js:321:20)
  21. 13 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
  22. 13 verbose stack at ChildProcess.emit (events.js:321:20)
  23. 13 verbose stack at maybeClose (internal/child_process.js:1028:16)
  24. 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
  25. 14 verbose pkgid throat@1.0.0
  26. 15 verbose cwd /home/app/throat
  27. 16 verbose Linux 5.0.0-1028-gcp
  28. 17 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "build"
  29. 18 verbose node v13.6.0
  30. 19 verbose npm v6.13.4
  31. 20 error code ELIFECYCLE
  32. 21 error errno 2
  33. 22 error throat@1.0.0 build: `NODE_ENV=production webpack -p --optimize-minimize --progress`
  34. 22 error Exit status 2
  35. 23 error Failed at the throat@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 ]
Add Comment
Please, Sign In to add comment