Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 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', 'build' ]
  3. 2 info using npm@6.9.0
  4. 3 info using node@v10.16.0
  5. 4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
  6. 5 info lifecycle @coder/web@~prebuild: @coder/web@
  7. 6 info lifecycle @coder/web@~build: @coder/web@
  8. 7 warn lifecycle The node binary used for scripts is /tmp/yarn--1562823993455-0.22083281649762987/node but npm is using /usr/local/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
  9. 8 verbose lifecycle @coder/web@~build: unsafe-perm in lifecycle true
  10. 9 verbose lifecycle @coder/web@~build: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/code-server/packages/web/node_modules/.bin:/tmp/yarn--1562823993455-0.22083281649762987:/home/code-server/node_modules/.bin:/usr/local/share/.config/yarn/link/node_modules/.bin:/usr/local/libexec/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/bin/node_modules/npm/bin/node-gyp-bin:/usr/local/rvm/gems/ruby-2.3.7/bin:/usr/local/rvm/gems/ruby-2.3.7@global/bin:/usr/local/rvm/rubies/ruby-2.3.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin
  11. 10 verbose lifecycle @coder/web@~build: CWD: /home/code-server/packages/web
  12. 11 silly lifecycle @coder/web@~build: Args: [ '-c',
  13. 11 silly lifecycle '../../node_modules/.bin/cross-env UV_THREADPOOL_SIZE=100 node --max-old-space-size=32384 ../../node_modules/webpack/bin/webpack.js --config ./webpack.config.js' ]
  14. 12 silly lifecycle @coder/web@~build: Returned: code: 1 signal: null
  15. 13 info lifecycle @coder/web@~build: Failed to exec build script
  16. 14 verbose stack Error: @coder/web@ build: `../../node_modules/.bin/cross-env UV_THREADPOOL_SIZE=100 node --max-old-space-size=32384 ../../node_modules/webpack/bin/webpack.js --config ./webpack.config.js`
  17. 14 verbose stack Exit status 1
  18. 14 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
  19. 14 verbose stack at EventEmitter.emit (events.js:198:13)
  20. 14 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
  21. 14 verbose stack at ChildProcess.emit (events.js:198:13)
  22. 14 verbose stack at maybeClose (internal/child_process.js:982:16)
  23. 14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
  24. 15 verbose pkgid @coder/web@
  25. 16 verbose cwd /home/code-server/packages/web
  26. 17 verbose Linux 4.9.93-mainline-rev1
  27. 18 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
  28. 19 verbose node v10.16.0
  29. 20 verbose npm v6.9.0
  30. 21 error code ELIFECYCLE
  31. 22 error errno 1
  32. 23 error @coder/web@ build: `../../node_modules/.bin/cross-env UV_THREADPOOL_SIZE=100 node --max-old-space-size=32384 ../../node_modules/webpack/bin/webpack.js --config ./webpack.config.js`
  33. 23 error Exit status 1
  34. 24 error Failed at the @coder/web@ build script.
  35. 24 error This is probably not a problem with npm. There is likely additional logging output above.
  36. 25 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement