question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Various Dependencies warning Deprecated

See original GitHub issue

Various errors and warning when installing bnc-onboard.js to current create-react-app version

npm install bnc-onboard
npm WARN ERESOLVE overriding peer dependency
npm WARN Found: react@17.0.2
npm WARN node_modules/react
npm WARN   peer react@"*" from @testing-library/react@11.2.6
npm WARN   node_modules/@testing-library/react
npm WARN     @testing-library/react@"^11.2.6" from the root project
npm WARN   6 more (react-dom, react-scripts, the root project, @cvbb/sdk, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer react@"~16" from react-qr-reader@2.2.1
npm WARN node_modules/react-qr-reader
npm WARN   react-qr-reader@"^2.2.1" from @cvbb/sdk@1.1.1
npm WARN   node_modules/@cvbb/sdk
npm WARN ERESOLVE overriding peer dependency
npm WARN Found: react-dom@17.0.2
npm WARN node_modules/react-dom
npm WARN   peer react-dom@"*" from @testing-library/react@11.2.6
npm WARN   node_modules/@testing-library/react
npm WARN     @testing-library/react@"^11.2.6" from the root project
npm WARN   3 more (the root project, @cvbb/sdk, react-modal)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer react-dom@"~16" from react-qr-reader@2.2.1
npm WARN node_modules/react-qr-reader
npm WARN   react-qr-reader@"^2.2.1" from @cvbb/sdk@1.1.1
npm WARN   node_modules/@cvbb/sdk
npm WARN deprecated safe-event-emitter@1.0.1: Renamed to @metamask/safe-event-emitter
npm WARN deprecated post-message-stream@3.0.0: Renamed to @metamask/post-message-stream
npm WARN deprecated @walletconnect/mobile-registry@1.4.0: Deprecated in favor of dynamic registry available from: https://github.com/walletconnect/walletconnect-registry
npm WARN deprecated ethereumjs-block@2.2.2: New package name format for new versions: @ethereumjs/block. Please update.
npm WARN deprecated eth-json-rpc-errors@1.1.1: Package renamed: https://www.npmjs.com/package/eth-rpc-errors
npm WARN deprecated eth-json-rpc-errors@1.1.1: Package renamed: https://www.npmjs.com/package/eth-rpc-errors
npm WARN deprecated ethereumjs-tx@2.1.2: New package name format for new versions: @ethereumjs/tx. Please update.
npm WARN deprecated eth-json-rpc-errors@1.1.1: Package renamed: https://www.npmjs.com/package/eth-rpc-errors
npm WARN deprecated @ledgerhq/hw-transport-u2f@5.34.0: @ledgerhq/hw-transport-u2f is deprecated. Please use @ledgerhq/hw-transport-webusb or @ledgerhq/hw-transport-webhid. https://github.com/LedgerHQ/ledgerjs/blob/master/docs/migrate_webusb.md
npm WARN deprecated eth-json-rpc-errors@2.0.2: Package renamed: https://www.npmjs.com/package/eth-rpc-errors
npm WARN deprecated ethereumjs-tx@1.3.7: New package name format for new versions: @ethereumjs/tx. Please update.
npm WARN deprecated ethereumjs-tx@1.3.7: New package name format for new versions: @ethereumjs/tx. Please update.
npm WARN deprecated ethereumjs-tx@1.3.7: New package name format for new versions: @ethereumjs/tx. Please update.
npm WARN deprecated ethereumjs-tx@1.3.7: New package name format for new versions: @ethereumjs/tx. Please update.
npm WARN deprecated ethereumjs-tx@1.3.7: New package name format for new versions: @ethereumjs/tx. Please update.
npm WARN deprecated ethereumjs-tx@1.3.7: New package name format for new versions: @ethereumjs/tx. Please update.
npm WARN deprecated ethereumjs-vm@2.6.0: New package name format for new versions: @ethereumjs/vm. Please update.
npm WARN deprecated axios@0.18.1: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410
npm WARN deprecated ethereumjs-block@1.7.1: New package name format for new versions: @ethereumjs/block. Please update.
npm WARN deprecated ethereumjs-common@1.5.2: New package name format for new versions: @ethereumjs/common. Please update.

added 509 packages, and audited 2495 packages in 3m

178 packages are looking for funding
  run `npm fund` for details

36 vulnerabilities (13 low, 2 moderate, 21 high)

To address issues that do not require attention, run:
  npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.

How long has this project been in existence?

These various warnings seems like its been created since ages, coz most of these bugs have been fixed in various libraries

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12

github_iconTop GitHub Comments

1reaction
taylorjdawsoncommented, May 23, 2021

Will update this once released

1reaction
ItsShadowlcommented, May 21, 2021

Will test the new release(if released), then close this issue if all seems good…

@noobshow See #553

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dependency Deprecation Warnings | Mend Renovate
Renovate allows raising issues to warn a repository if it is using deprecated npm packages. This prevents that a dependency you use may ......
Read more >
How to handle npm WARN deprecated messages when ...
The npm WARN deprecated message means that the package installed on your project is not recommended for use.
Read more >
Stop showing deprecation warnings of sub-dependencies to ...
I've installed a package called "whatever" and even added it to my package.json 's dependencies. While it was installing, my terminal shouted a ......
Read more >
NPM warn message about deprecated package - Stack Overflow
An interactive menu shows all required information about dependencies in the current folder and allows to update all dependencies in 3 seconds.
Read more >
Would deprecated dependencies cause issues? - MongoDB
When running npm install, there are warnings about deprecated dependencies that look like this tutorial is using some very old version.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found