Reputation: 11
tried npm install --save-dev hardhat and then did npx hardhat to check if it was installed peoperly but it's not working checked both 'hardhat-config-js' and 'package.json' for nomicfoundation dependencies and it is there but still I'm getting this error
Upvotes: 0
Views: 590
Reputation: 3
You should be running on windows. Run the following command.
npm install --save-dev @nomicfoundation/hardhat-toolbox
Upvotes: 0