-
Notifications
You must be signed in to change notification settings - Fork 39
Broken dependency coming from web3 #126
Comments
He @dmihal ! Thanks for reporting the issue. I am a bit confused. You mentioned webpack a couple times in your post but |
Thanks @ylv-io, that seems to be a typo on my part. I've changed it to web3. |
Hi @dmihal! I’m sorry that you had this issue. We would need more information so that we can reproduce it. Can you advise the operating system, node and npm versions that you are using? Any other details that might help us reproduce it would be appreciated! I tried reproducing with a simple environment on WSL2 but didn't get any errors. Update I have been able to reproduce this issue by following these steps:
Thanks so much for reporting it! The project owner will review and triage this issue as soon as they can. In the meantime, you can try the following workaround: Change to use node 10 |
Can this issue be reproduced in Node 10 or 12? |
I wasn't able to reproduce in node v10.21.0 or node v12.18.2 |
Okay. Thank you! Closing this issue then. |
Hi, I am getting the same error. Node v10.15.3 |
Having the same issue with |
@lyledavids @arsenyjin Can you try upgrading your Node version to |
When I try to run my tests, i get this:
Error: Cannot find module 'scrypt-shim'
This appears to come from web3: web3/web3.js#3210
This library has a fixed webpack version 1.2.2. Updating the version or making it a peer dependency should resolve this issues.
The text was updated successfully, but these errors were encountered: