Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Warnings / Deprecated Packages on Install #112

Open
Kl4rity opened this issue Apr 8, 2021 · 0 comments
Open

Warnings / Deprecated Packages on Install #112

Kl4rity opened this issue Apr 8, 2021 · 0 comments

Comments

@Kl4rity
Copy link

Kl4rity commented Apr 8, 2021

Installing drizzle leads to a lot of deprecation warnings issues by npm:

npm install --save @drizzle/store
npm WARN deprecated mkdirp-promise@5.0.1: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.
npm WARN deprecated multicodec@0.5.7: stable api reached

> bufferutil@4.0.3 install /Users/cstift/Desktop/Dev/Private/manage-artwork/frontend/node_modules/bufferutil
> node-gyp-build


> keccak@3.0.1 install /Users/cstift/Desktop/Dev/Private/manage-artwork/frontend/node_modules/keccak
> node-gyp-build || exit 0


> secp256k1@4.0.2 install /Users/cstift/Desktop/Dev/Private/manage-artwork/frontend/node_modules/secp256k1
> node-gyp-build || exit 0


> utf-8-validate@5.0.4 install /Users/cstift/Desktop/Dev/Private/manage-artwork/frontend/node_modules/utf-8-validate
> node-gyp-build


> web3-bzz@1.3.5 postinstall /Users/cstift/Desktop/Dev/Private/manage-artwork/frontend/node_modules/web3-bzz
> echo "WARNING: the web3-bzz api will be deprecated in the next version"

WARNING: the web3-bzz api will be deprecated in the next version

> web3-shh@1.3.5 postinstall /Users/cstift/Desktop/Dev/Private/manage-artwork/frontend/node_modules/web3-shh
> echo "WARNING: the web3-shh api will be deprecated in the next version"

WARNING: the web3-shh api will be deprecated in the next version

> web3@1.3.5 postinstall /Users/cstift/Desktop/Dev/Private/manage-artwork/frontend/node_modules/web3
> echo "WARNING: the web3-shh and web3-bzz api will be deprecated in the next version"

WARNING: the web3-shh and web3-bzz api will be deprecated in the next version
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant