Advertisement
Guest User

npm install

a guest
Jan 19th, 2020
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. npm WARN deprecated extract-text-webpack-plugin@2.1.2: Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin
  2. npm WARN deprecated bfj-node4@5.3.1: Switch to the `bfj` package for fixes and new features!
  3. npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
  4. npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
  5.  
  6. > core-js@2.6.11 postinstall /home/app/throat/node_modules/core-js
  7. > node -e "try{require('./postinstall')}catch(e){}"
  8.  
  9. Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
  10.  
  11. The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
  12. > https://opencollective.com/core-js
  13. > https://www.patreon.com/zloirock
  14.  
  15. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  16.  
  17.  
  18. > ejs@2.7.4 postinstall /home/app/throat/node_modules/ejs
  19. > node ./postinstall.js
  20.  
  21. Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
  22.  
  23. npm notice created a lockfile as package-lock.json. You should commit this file.
  24. npm WARN url-loader@1.1.2 requires a peer of webpack@^3.0.0 || ^4.0.0 but none is installed. You must install peer dependencies yourself.
  25. npm WARN manifest-revision-webpack-plugin@0.4.1 requires a peer of sync-exec@^0.6.2 but none is installed. You must install peer dependencies yourself.
  26. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents):
  27. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  28.  
  29. added 788 packages from 593 contributors and audited 7740 packages in 21.676s
  30.  
  31. 18 packages are looking for funding
  32. run `npm fund` for details
  33.  
  34. found 3 vulnerabilities (2 moderate, 1 high)
  35. run `npm audit fix` to fix them, or `npm audit` for details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement