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
npm install web3 fails on macOS because barrysteyn/node-scrypt#192
npm install web3
Turns out that module is deprecated
#WARNING!!! This module is deprecated. Instead, use https://nodejs.org/api/crypto.html#crypto_crypto_scrypt_password_salt_keylen_options_callback
npm install web3 should install
Fails to install node-scrypt which should not be used anymore.
node-scrypt
See barrysteyn/node-scrypt#192
NA
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue but there is already an issue regarding node-scrypt (#2385).
Sorry, something went wrong.
@nivida Ah, OK - I didn't make the connection from the title.
No branches or pull requests
Description
npm install web3
fails on macOS because barrysteyn/node-scrypt#192Turns out that module is deprecated
Expected behavior
npm install web3
should installActual behavior
Fails to install
node-scrypt
which should not be used anymore.Steps to reproduce the behavior
See barrysteyn/node-scrypt#192
Error Logs
See barrysteyn/node-scrypt#192
Gists
NA
Versions
The text was updated successfully, but these errors were encountered: