stronk7

Untitled

Sep 22nd, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. $ node --version
  2. v14.11.0
  3. $ npm --version
  4. 6.14.8
  5. $ rm -fr node_modules
  6. $ npm cache clear --force
  7. npm WARN using --force I sure hope you know what you are doing.
  8. $ npm install
  9.  
  10. > [email protected] install /Users/stronk7/git_moodle/moodle/node_modules/node-sass
  11. > node scripts/install.js
  12.  
  13. Cached binary found at /Users/stronk7/.npm/node-sass/4.14.0/darwin-x64-83_binding.node
  14.  
  15. > [email protected] postinstall /Users/stronk7/git_moodle/moodle/node_modules/core-js
  16. > node -e "try{require('./postinstall')}catch(e){}"
  17.  
  18. Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
  19.  
  20. The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
  21. > https://opencollective.com/core-js
  22. > https://www.patreon.com/zloirock
  23.  
  24. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  25.  
  26.  
  27. > [email protected] postinstall /Users/stronk7/git_moodle/moodle/node_modules/protobufjs
  28. > node scripts/postinstall
  29.  
  30.  
  31. > [email protected] postinstall /Users/stronk7/git_moodle/moodle/node_modules/node-sass
  32. > node scripts/build.js
  33.  
  34. Binary found at /Users/stronk7/git_moodle/moodle/node_modules/node-sass/vendor/darwin-x64-83/binding.node
  35. Testing binary
  36. Binary is fine
  37. added 1017 packages from 608 contributors and audited 1018 packages in 13.518s
  38.  
  39. 61 packages are looking for funding
  40. run `npm fund` for details
  41.  
  42. found 435 vulnerabilities (391 low, 11 moderate, 32 high, 1 critical)
  43. run `npm audit fix` to fix them, or `npm audit` for details
  44.  
Add Comment
Please, Sign In to add comment