-
Notifications
You must be signed in to change notification settings - Fork 99
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
Build fails when project depends on this package #86
Comments
may be caused by change 06b37c5 |
same issue |
I have the same issue, web3auth, ethereumjs/tx depends on this package |
the same issue |
Does anyone know how to fix it? |
As @diliburong pointed out, there might have been a change in the latest release which caused this issue. As a temporary fix, you can override the nested dependency to an older version (v2.0.0 fixed it in my case):
I am using |
although this builds, there are secondary effects which cause issues... |
Rewrite imports: add .js extension, gh-86
When using version 2.1.0. build failed
Module not found: Error: Package path ./keccak is not exported from package /opt/atlassian/pipelines/agent/build/node_modules/@toruslabs/base-controllers/node_modules/ethereum-cryptography (see exports field in /opt/atlassian/pipelines/agent/build/node_modules/@toruslabs/base-controllers/node_modules/ethereum-cryptography/package.json)
The text was updated successfully, but these errors were encountered: