trufflesuite / drizzle

Reactive Ethereum dapp UI suite
907 stars 238 forks source link

Warnings / Deprecated Packages on Install #112

Open Kl4rity opened 3 years ago

Kl4rity commented 3 years ago

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