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
It will not be fixed upstream, because the package is no longer maintained:
If you are using scrypt.hash, it is now available natively in the Node.js crypto module.
If you are using scrypt.kdf / scrypt.verifyKdf, scrypt-kdf is a close-to-direct replacement.
We need to get rid of the dependency in order for burner wallet to work on recent systems.
The text was updated successfully, but these errors were encountered:
When running
npm install
on nodev12.12.0
macos, the install fails due to requiring deprecated scrypt package.It is a known issue:
barrysteyn/node-scrypt#192
It will not be fixed upstream, because the package is no longer maintained:
We need to get rid of the dependency in order for burner wallet to work on recent systems.
The text was updated successfully, but these errors were encountered: