Error: Cannot find module '@nomicfoundation/hardhat-toolbox' #2991
TimeKeyRoll
started this conversation in
General
Replies: 2 comments 4 replies
-
This means that you haven't installed the Toolbox. Check the instructions here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Check your package.json file and if there is @nomicfoundation/hardhat-toolbox. If not, try to install the module with, npm install --save-dev @nomicfoundation/hardhat-toolbox and also install peer dependies related to the toolbox module if there is any. Once toolbox installed, your terminal let you know if there is peer dependencies to install. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure why i am getting this error since i have this file in
hardhat-config-js
.could anyone please help into it?
Beta Was this translation helpful? Give feedback.
All reactions