-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin @nomicfoundation/hardhat-ignition-ethers requires the following dependencies #5520
Comments
Hey @Asad45AsRa, can you give us more context here, are you trying to install Or is it that you are trying to update the toolbox? |
Seeing this as well when trying to install the latest toolbox following the docs @kanej I'm using yarn |
What package manager are you using? Is this npm/yarn/pnpm? |
updated original comment |
yarn add --dev @nomicfoundation/hardhat-toolbox @nomicfoundation/hardhat-ignition @nomicfoundation/hardhat-ignition-ethers @nomicfoundation/hardhat-network-helpers @nomicfoundation/hardhat-chai-matchers @nomicfoundation/hardhat-ethers @nomicfoundation/hardhat-verify chai@4 ethers hardhat-gas-reporter solidity-coverage @typechain/hardhat typechain @typechain/ethers-v6 |
But I used the same yarn command on the docs that also includes the long list incl peer deps |
I have done a run through locally on a new Hardhat project, installed via What error message are you seeing? |
Oh yeah a fresh new hardhat project worked. I was trying to run the install command / upgrade deps in an existing hardhat project. I did try removing In the end, ended up generating a new HH project and copying over the deps list in package.json |
Version of Hardhat
Hardhat version 2.9.9
What happened?
F:\BlockChain World\LearningFold4\hardhat>npx hardhat help
Error HH801: Plugin @nomicfoundation/hardhat-ignition-ethers requires the following dependencies to be installed: @nomicfoundation/hardhat-ignition, @nomicfoundation/ignition-core.
Please run: npm install --save-dev "@nomicfoundation/hardhat-ignition@^0.15.0" "@nomicfoundation/ignition-core@^0.15.0"
Minimal reproduction steps
plese resolve that
![Uploading Screenshot (515).png…]()
Search terms
No response
The text was updated successfully, but these errors were encountered: