dependencies conflict: nomicfoundation & hardhat-deploy-ethers #4542
-
Hi @nomiclabs/hardhat-ethers is an essential peer dependency to hardhat-deploy-ethers but that will prevent me from installing @nomicfoundation/chai-matchers due to conflict, I looked up a resolution here wighawag/hardhat-deploy-ethers#27 but it looks like it's not resolved yet!! I need both hardhat-deploy-ethers & chai-matchers for testing. thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
@PatrickAlphaC any resolution that you're aware of? Thanks |
Beta Was this translation helpful? Give feedback.
-
@SashaFlores You can instead install with this command; npm i <dependency> --force |
Beta Was this translation helpful? Give feedback.
-
@PatrickAlphaC could you give a possible solution / alternative for this. I'm stuck with the course because of this :/ |
Beta Was this translation helpful? Give feedback.
@SashaFlores You can instead install with this command;