Facebook
From Fiery Pig, 2 Years ago, written in Bash.
Embed
Download Paste or View Raw
Hits: 67
  1. ➜  mobileapp git:(diet-program) rm -rf node_modules package-lock.json
  2. ➜  mobileapp git:(diet-program) nvm use 10.19.0
  3. Now using Node v10.19.0 (npm 6.13.4) ~/.local/share/nvm/v10.19.0/bin/node
  4. ➜  mobileapp git:(diet-program) npm install
  5. npm WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
  6. npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
  7. npm WARN deprecated core-js@3.1.4: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
  8. npm WARN deprecated highlight.js@9.18.5: Support has ended for 9.x series. Upgrade to @latest
  9. npm WARN deprecated ini@1.3.5: Please update to ini >=1.3.6 to avoid a prototype pollution issue
  10. npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
  11. npm WARN deprecated opn@6.0.0: The package has been renamed to `open`
  12. npm WARN deprecated path-is-absolute@2.0.0: This package is no longer relevant as Node.js 0.12 is unmaintained.
  13. npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
  14. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
  15. npm WARN deprecated xmldom@0.1.31: Deprecated due to CVE-2021-21366 resolved in 0.5.0
  16. npm WARN deprecated har-validator@5.1.5: this library is no longer supported
  17. npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
  18. npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
  19. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ios-deploy@1.9.4 (node_modules/ios-deploy):
  20. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for ios-deploy@1.9.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  21.  
  22. npm ERR! code 1
  23. npm ERR! Command failed: git checkout configuration
  24. npm ERR! error: pathspec 'configuration' did not match any file(s) known to git
  25. npm ERR!
  26.  
  27. npm ERR! A complete log of this run can be found in:
  28. npm ERR!     /home/emre/.npm/_logs/2021-06-11T08_17_36_852Z-debug.log
  29.