Advertisement
dmimaz

Untitled

Nov 29th, 2021
927
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.89 KB | None | 0 0
  1. dmimaz@ubuntu-dmitru-1:~/_defi/openSea/wyvern-js$ npm i
  2. npm WARN deprecated set-value@2.0.0: Critical bug fixed in v3.0.1, please upgrade to the latest version.
  3. npm WARN deprecated mixin-deep@1.3.0: Critical bug fixed in v2.0.1, please upgrade to the latest version.
  4. npm WARN deprecated set-value@0.4.3: Critical bug fixed in v3.0.1, please upgrade to the latest version.
  5. npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
  6. npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
  7. npm WARN deprecated chokidar@1.7.0: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
  8. npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
  9. npm WARN deprecated mocha-typescript@1.1.15: mocha-typescript has been deprecated, use @testdeck/mocha instead
  10. npm WARN deprecated uuid@3.0.1: 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 uuid@3.2.1: 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.
  12. npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
  13. npm WARN deprecated buffer@4.9.1: This version of 'buffer' is out-of-date. You must update to v4.9.2 or newer
  14. npm ERR! code 1
  15. npm ERR! path /home/dmimaz/_defi/openSea/wyvern-js/node_modules/sha3
  16. npm ERR! command failed
  17. npm ERR! command sh -c node-gyp rebuild
  18.  
  19. npm ERR! A complete log of this run can be found in:
  20. npm ERR!     /home/dmimaz/.npm/_logs/2021-11-29T15_29_22_003Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement