-
Notifications
You must be signed in to change notification settings - Fork 281
Closed
Description
When I install solidity-coverage v0.8.0 with Hardhat v2.11.0, I get the following error
Error: Cannot find module 'web3-utils'
I run coverage with
node --max_old_space_size=6144 node_modules/.bin/hardhat coverage --testfiles 'test/**/*.spec.ts' --show-stack-traces --typecheck
If I add web3-utils to my repository the coverage works.
Metadata
Metadata
Assignees
Labels
No labels