Advertisement
shanehou

npm install error log

May 5th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 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', 'dev' ]
  3. 2 info using npm@3.8.3
  4. 3 info using node@v5.10.1
  5. 4 verbose run-script [ 'predev', 'dev', 'postdev' ]
  6. 5 info lifecycle pos@1.0.0~predev: pos@1.0.0
  7. 6 silly lifecycle pos@1.0.0~predev: no script for predev, continuing
  8. 7 info lifecycle pos@1.0.0~dev: pos@1.0.0
  9. 8 verbose lifecycle pos@1.0.0~dev: unsafe-perm in lifecycle true
  10. 9 verbose lifecycle pos@1.0.0~dev: PATH: /usr/lib64/node_modules/npm/bin/node-gyp-bin:/home/hou/Development/pspegg/pickledos/node_modules/.bin:/usr/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3:/usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.8.5
  11. 10 verbose lifecycle pos@1.0.0~dev: CWD: /home/hou/Development/pspegg/pickledos
  12. 11 silly lifecycle pos@1.0.0~dev: Args: [ '-c',
  13. 11 silly lifecycle 'parallelshell \'npm run transpile-server-files\' \'npm run nodemon\' \'npm run livereload\' \'npm run stylus\' \'npm run make-js\'' ]
  14. 12 silly lifecycle pos@1.0.0~dev: Returned: code: 1 signal: null
  15. 13 info lifecycle pos@1.0.0~dev: Failed to exec dev script
  16. 14 verbose stack Error: pos@1.0.0 dev: `parallelshell 'npm run transpile-server-files' 'npm run nodemon' 'npm run livereload' 'npm run stylus' 'npm run make-js'`
  17. 14 verbose stack Exit status 1
  18. 14 verbose stack at EventEmitter.<anonymous> (/usr/lib64/node_modules/npm/lib/utils/lifecycle.js:239:16)
  19. 14 verbose stack at emitTwo (events.js:100:13)
  20. 14 verbose stack at EventEmitter.emit (events.js:185:7)
  21. 14 verbose stack at ChildProcess.<anonymous> (/usr/lib64/node_modules/npm/lib/utils/spawn.js:24:14)
  22. 14 verbose stack at emitTwo (events.js:100:13)
  23. 14 verbose stack at ChildProcess.emit (events.js:185:7)
  24. 14 verbose stack at maybeClose (internal/child_process.js:850:16)
  25. 14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
  26. 15 verbose pkgid pos@1.0.0
  27. 16 verbose cwd /home/hou/Development/pspegg/pickledos
  28. 17 error Linux 4.4.2-gentoo
  29. 18 error argv "/usr/bin/node" "/usr/bin/npm" "run" "dev"
  30. 19 error node v5.10.1
  31. 20 error npm v3.8.3
  32. 21 error code ELIFECYCLE
  33. 22 error pos@1.0.0 dev: `parallelshell 'npm run transpile-server-files' 'npm run nodemon' 'npm run livereload' 'npm run stylus' 'npm run make-js'`
  34. 22 error Exit status 1
  35. 23 error Failed at the pos@1.0.0 dev script 'parallelshell 'npm run transpile-server-files' 'npm run nodemon' 'npm run livereload' 'npm run stylus' 'npm run make-js''.
  36. 23 error Make sure you have the latest version of node.js and npm installed.
  37. 23 error If you do, this is most likely a problem with the pos package,
  38. 23 error not with npm itself.
  39. 23 error Tell the author that this fails on your system:
  40. 23 error parallelshell 'npm run transpile-server-files' 'npm run nodemon' 'npm run livereload' 'npm run stylus' 'npm run make-js'
  41. 23 error You can get information on how to open an issue for this project with:
  42. 23 error npm bugs pos
  43. 23 error Or if that isn't available, you can get their info via:
  44. 23 error npm owner ls pos
  45. 23 error There is likely additional logging output above.
  46. 24 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement