Advertisement
Guest User

error log posix install

a guest
Mar 22nd, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/bin/node',
  3. 1 verbose cli '/usr/bin/npm',
  4. 1 verbose cli 'install',
  5. 1 verbose cli '--no-spin',
  6. 1 verbose cli '--unsafe-perm' ]
  7. 2 info using npm@6.4.1
  8. 3 info using node@v8.15.0
  9. 4 verbose npm-session a25fec034a419438
  10. 5 silly install runPreinstallTopLevelLifecycles
  11. 6 silly preinstall mineos-node@1.1.1
  12. 7 info lifecycle mineos-node@1.1.1~preinstall: mineos-node@1.1.1
  13. 8 silly install loadCurrentTree
  14. 9 silly install readLocalPackageData
  15. 10 timing stage:loadCurrentTree Completed in 895ms
  16. 11 silly install loadIdealTree
  17. 12 silly install cloneCurrentTreeToIdealTree
  18. 13 timing stage:loadIdealTree:cloneCurrentTree Completed in 6ms
  19. 14 silly install loadShrinkwrap
  20. 15 timing stage:loadIdealTree:loadShrinkwrap Completed in 389ms
  21. 16 silly install loadAllDepsIntoIdealTree
  22. 17 timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 506ms
  23. 18 timing stage:loadIdealTree Completed in 1114ms
  24. ...
  25. 10871 verbose stack Error: posix@4.2.0 install: `node-gyp rebuild`
  26. 10871 verbose stack Exit status 1
  27. 10871 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
  28. 10871 verbose stack at emitTwo (events.js:126:13)
  29. 10871 verbose stack at EventEmitter.emit (events.js:214:7)
  30. 10871 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
  31. 10871 verbose stack at emitTwo (events.js:126:13)
  32. 10871 verbose stack at ChildProcess.emit (events.js:214:7)
  33. 10871 verbose stack at maybeClose (internal/child_process.js:915:16)
  34. 10871 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
  35. 10872 verbose pkgid posix@4.2.0
  36. 10873 verbose cwd /usr/games/minecraft
  37. 10874 verbose Linux 4.15.0-43-generic
  38. 10875 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" "--no-spin" "--unsafe-perm"
  39. 10876 verbose node v8.15.0
  40. 10877 verbose npm v6.4.1
  41. 10878 error code ELIFECYCLE
  42. 10879 error errno 1
  43. 10880 error posix@4.2.0 install: `node-gyp rebuild`
  44. 10880 error Exit status 1
  45. 10881 error Failed at the posix@4.2.0 install script.
  46. 10881 error This is probably not a problem with npm. There is likely additional logging output above.
  47. 10882 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement