Skip to content

Commit

Permalink
Fix missing module c-kzg
Browse files Browse the repository at this point in the history
With the @etheruemjs/vm 6.4.0 it seems the "peerDependency" c-kzg in
@ethereumjs/tx is not being properly installed.

Fix by installing the specific vm version 6.3.0 and not ^6.3.0, which
would install 6.4.0
  • Loading branch information
kuzdogan committed Feb 24, 2023
1 parent 2139ffa commit 6d1ff15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 1 addition & 15 deletions packages/lib-sourcify/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/lib-sourcify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@ethereumjs/evm": "^1.2.3",
"@ethereumjs/statemanager": "^1.0.2",
"@ethereumjs/util": "^8.0.3",
"@ethereumjs/vm": "^6.3.0",
"@ethereumjs/vm": "6.3.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
Expand Down

0 comments on commit 6d1ff15

Please sign in to comment.