-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
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
web3@1.2.3 has broken dependencies #3210
Comments
Same problem here. |
Also getting errors due to
|
There's a hotfix for this queued up.. @pubkey Have added dependency-check to CI per your suggestion, thanks for that idea. |
NB: This was auto-closed by GitHub...fixes are not published yet. Leaving a couple autopsy notes - very disappointed the existing tests did not catch this.
|
Same issue |
Same here when installing drizzle library |
I apologize for all the trouble you all probably had. We have just released a fix with version |
not working for me still after a full
|
1.2.4 still not works: npm i npm WARN deprecated core-js@2.6.10: core-js@<3.0 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/scrypt-shim - Not found
npm ERR! 404
npm ERR! 404 'scrypt-shim@0.1.0' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/k06a/.npm/_logs/2019-11-20T08_14_08_163Z-debug.log |
This got definitely fixed with 1.2.4. Have you tried to remove your |
@nivida removing |
@k06a Great! Thanks for your feedback! |
It appears that two packages have been changed to use the
@web3-js
scope but the corresponding imports weren't updated.web3-eth-accounts
requiresscrypt-shim
inindex.js
but inpackage.json
depends on@web3-js/scrypt-shim
web-providers-ws
requireswebsocket
inindex.js
butpackage.json
depends on@web3-js/websocket
Build error emitted by our webpack:
Steps to reproduce the behavior
Versions
Node v12.13.0
npm v6.13.0
web3.js v1.2.3
The text was updated successfully, but these errors were encountered: