Akhilesh Waghmare
Akhilesh Waghmare

Reputation: 11

I'm getting this error while installing hardhat -> Cannot find module '@nomicfoundation/hardhat-toolbox

hardhat-error

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

Answers (1)

axe
axe

Reputation: 3

You should be running on windows. Run the following command.

npm install --save-dev @nomicfoundation/hardhat-toolbox

Upvotes: 0

Related Questions