We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should remove the dependencies on deprecated packages.
I'm working on removing all the old ipld/ipfs deps from ipld-explorer-components and saw the following when npm installing:
npm install
npm WARN deprecated [email protected]: This module has been superseded by the multiformats module
I ran npm why to determine what was up:
npm why
╰─ ✔ ❯ npm why multibase [email protected] node_modules/multibase multibase@"^4.0.1" from [email protected] node_modules/multihashes multihashes@"^4.0.3" from @libp2p/[email protected] node_modules/@libp2p/webrtc @libp2p/webrtc@"^4.0.0" from the root project multihashes@"^4.0.3" from @libp2p/[email protected] node_modules/helia/node_modules/@libp2p/webrtc @libp2p/webrtc@"^3.1.3" from [email protected] node_modules/helia helia@"^2.1.0" from the root project ╭─ ~/c/work/p/ipfs/ipld-explorer-components deps/refresh *4 ?4 ╰─ ✔ ❯ npm why multihashes [email protected] node_modules/multihashes multihashes@"^4.0.3" from @libp2p/[email protected] node_modules/@libp2p/webrtc @libp2p/webrtc@"^4.0.0" from the root project multihashes@"^4.0.3" from @libp2p/[email protected] node_modules/helia/node_modules/@libp2p/webrtc @libp2p/webrtc@"^3.1.3" from [email protected] node_modules/helia helia@"^2.1.0" from the root project
The text was updated successfully, but these errors were encountered:
fix: remove deprecated lib multihashes (libp2p#2264)
b906dc2
Waiting for #2522 to land
Sorry, something went wrong.
e9b6a24
maschad
Successfully merging a pull request may close this issue.
We should remove the dependencies on deprecated packages.
I'm working on removing all the old ipld/ipfs deps from ipld-explorer-components and saw the following when
npm install
ing:I ran
npm why
to determine what was up:The text was updated successfully, but these errors were encountered: