You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue with hardhat. If you run npx hardhat compile at the command line for this project you will see the error more clearly.
It is happening because of a dependency of hardhat that is platform specific. In your lockfile (package-lock.json for npm) you have a different platform version of the dependency that will run on your platform (maybe your running on mac, but the dep was checked in on windows).
Sometime I use the vscode and hardhat solidity I get following error
How can I solve it?
vscode version 1.72.2
hardhat solidity 0.5.5
The text was updated successfully, but these errors were encountered: