hardhat Cannot find package '@nomicfoundation/hardhat-toolbox-viem' imported from /home/nzai/work/ether/hardhat-example/hardhat.config.ts
When running "npx hardhat test", I ran into this error:-
Cannot find package '@nomicfoundation/hardhat-toolbox-viem' imported from /home/nzai/work/ether/hardhat-example/hardhat.config.ts
To resolve this
npm install --save-dev @nomicfoundation/hardhat-toolbox-viem viem
Comments