Advertisement
Guest User

npm_install

a guest
May 25th, 2018
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. npm info it worked if it ends with ok
  2. npm verb cli [ '/usr/bin/node',
  3. npm verb cli '/usr/bin/npm',
  4. npm verb cli 'install',
  5. npm verb cli '--production',
  6. npm verb cli '--loglevel',
  7. npm verb cli 'verbose' ]
  8. npm info using npm@6.1.0
  9. npm info using node@v10.2.0
  10. npm verb npm-session 3dd27c62f3294680
  11. npm info lifecycle tryton-sao@4.9.0~preinstall: tryton-sao@4.9.0
  12. npm timing stage:loadCurrentTree Completed in 9678ms
  13. npm timing stage:loadIdealTree:cloneCurrentTree Completed in 94ms
  14. npm timing stage:loadIdealTree:loadShrinkwrap Completed in 5353ms
  15. npm timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 4536ms
  16. npm timing stage:loadIdealTree Completed in 12082ms
  17. npm timing stage:generateActionsToTake Completed in 496ms
  18. npm verb correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing
  19. npm verb lock using /root/.npm/_locks/staging-f1d1d841ddb3ce43.lock for /home/alarm/tryton/sao/node_modules/.staging
  20. npm timing audit compress Completed in 79ms
  21. npm info audit Submitting payload of 20040bytes
  22. npm verb unlock done using /root/.npm/_locks/staging-f1d1d841ddb3ce43.lock for /home/alarm/tryton/sao/node_modules/.staging
  23. npm timing stage:executeActions Completed in 1846ms
  24. npm timing stage:rollbackFailedOptional Completed in 3ms
  25. npm info linkStuff tryton-sao@4.9.0
  26. npm info lifecycle tryton-sao@4.9.0~install: tryton-sao@4.9.0
  27. npm info lifecycle tryton-sao@4.9.0~postinstall: tryton-sao@4.9.0
  28. npm WARN lifecycle tryton-sao@4.9.0~postinstall: cannot run in wd tryton-sao@4.9.0 bower install (wd=/home/alarm/tryton/sao)
  29. npm timing stage:runTopLevelLifecycles Completed in 26395ms
  30. npm verb saving []
  31. npm verb shrinkwrap skipping write for package.json because there were no changes.
  32. npm info lifecycle undefined~preshrinkwrap: undefined
  33. npm info lifecycle undefined~shrinkwrap: undefined
  34. npm verb shrinkwrap skipping write for package-lock.json because there were no changes.
  35. npm info lifecycle undefined~postshrinkwrap: undefined
  36. npm timing audit submit Completed in 6078ms
  37. npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/audits/quick 4847ms
  38. npm timing audit body Completed in 31ms
  39. audited 1370 packages in 30.743s
  40. found 60 vulnerabilities (32 low, 18 moderate, 10 high)
  41. run `npm audit fix` to fix them, or `npm audit` for details
  42. npm verb exit [ 0, true ]
  43. npm timing npm Completed in 33690ms
  44. npm info ok
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement