Replies: 1 comment
-
@Luboy23 Show you package.json file because this is not an error. It would be better to leave your repository link. |
Beta Was this translation helpful? Give feedback.
0 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.
-
this is the exact problem ,thanks
yarn add v1.22.19
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
warning " > @nomicfoundation/hardhat-chai-matchers@1.0.6" has incorrect peer dependency "ethers@^5.0.0".
warning " > @nomicfoundation/hardhat-toolbox@2.0.1" has unmet peer dependency "@types/chai@^4.2.0".
warning " > @nomicfoundation/hardhat-toolbox@2.0.1" has unmet peer dependency "@types/mocha@>=9.1.0".
warning " > @nomicfoundation/hardhat-toolbox@2.0.1" has unmet peer dependency "@types/node@>=12.0.0".
warning " > @nomicfoundation/hardhat-toolbox@2.0.1" has incorrect peer dependency "ethers@^5.4.7".
warning " > @nomicfoundation/hardhat-toolbox@2.0.1" has unmet peer dependency "ts-node@>=8.0.0".
warning " > @nomicfoundation/hardhat-toolbox@2.0.1" has unmet peer dependency "typescript@>=4.5.0".
warning " > @nomiclabs/hardhat-ethers@2.2.2" has incorrect peer dependency "ethers@^5.0.0".
warning " > @typechain/ethers-v5@10.2.0" has unmet peer dependency "@ethersproject/bytes@^5.0.0".
warning " > @typechain/ethers-v5@10.2.0" has incorrect peer dependency "ethers@^5.1.3".
warning " > @typechain/ethers-v5@10.2.0" has unmet peer dependency "typescript@>=4.3.0".
warning "@typechain/ethers-v5 > ts-essentials@7.0.3" has unmet peer dependency "typescript@>=3.7.0".
warning " > @typechain/hardhat@6.1.5" has incorrect peer dependency "ethers@^5.4.7".
warning " > typechain@8.1.1" has unmet peer dependency "typescript@>=4.3.0".
warning "typechain > ts-command-line-args > @morgan-stanley/ts-mocking-bird@0.6.4" has unmet peer dependency "typescript@>=4.2".
[4/4] 🔨 Building fresh packages...
success Saved 1 new dependency.
info Direct dependencies
└─ hardhat-gas-reporter@1.0.9
info All dependencies
└─ hardhat-gas-reporter@1.0.9
✨ Done in 2.10s.
Beta Was this translation helpful? Give feedback.
All reactions