We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for the awesome tools!
I followed the migration guide, and even though I no longer have any mentions of buidler, I'm still getting this error:
hardhat --network localhost deploy --watch "--export" "../web/src/contracts.json" An unexpected error occurred: Error: Cannot find module '@nomiclabs/buidler/internal/core/providers/construction' Require stack: - /Users/matthewmasurka/code-projects/creaton/contracts/node_modules/solidity-coverage/plugins/resources/buidler.utils.js - /Users/matthewmasurka/code-projects/creaton/contracts/node_modules/solidity-coverage/plugins/buidler.plugin.js - /Users/matthewmasurka/code-projects/creaton/contracts/hardhat.config.js - /Users/matthewmasurka/code-projects/creaton/contracts/node_modules/hardhat/internal/core/config/config-loading.js - /Users/matthewmasurka/code-projects/creaton/contracts/node_modules/hardhat/internal/cli/cli.js
I've tried wiping package-lock.json & node_modules & reinstalling, but no luck. Any ideas?
The text was updated successfully, but these errors were encountered:
Hey @gigamesh,
You are importing the solidity-coverage plugin, which is being migrated at the moment. It will be available for Hardhat toon.
solidity-coverage
Sorry, something went wrong.
Thanks - sorry should have done more digging.
For anyone who runs into the same issue: sc-forks/solidity-coverage#541
No branches or pull requests
Thanks for the awesome tools!
I followed the migration guide, and even though I no longer have any mentions of buidler, I'm still getting this error:
I've tried wiping package-lock.json & node_modules & reinstalling, but no luck. Any ideas?
The text was updated successfully, but these errors were encountered: