You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
Installing drizzle leads to a lot of deprecation warnings issues by npm:
npm install --save @drizzle/store
npm WARN deprecated [email protected]: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.
npm WARN deprecated [email protected]: stable api reached
>[email protected] install /Users/cstift/Desktop/Dev/Private/manage-artwork/frontend/node_modules/bufferutil
> node-gyp-build
>[email protected] install /Users/cstift/Desktop/Dev/Private/manage-artwork/frontend/node_modules/keccak
> node-gyp-build ||exit 0
>[email protected] install /Users/cstift/Desktop/Dev/Private/manage-artwork/frontend/node_modules/secp256k1
> node-gyp-build ||exit 0
>[email protected] install /Users/cstift/Desktop/Dev/Private/manage-artwork/frontend/node_modules/utf-8-validate
> node-gyp-build
>[email protected] 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
>[email protected] 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
>[email protected] 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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Installing drizzle leads to a lot of deprecation warnings issues by npm:
The text was updated successfully, but these errors were encountered: