project_web3_battle_game
project_web3_battle_game copied to clipboard
Unable to install package "@nomiclabs/hardhat-ethers"
same issue broo
got the same issue brooo... Any idea how to resolve that???
You will need to the update the your package.json file
This is how mines look.
{
"name": "hardhat-project",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"hardhat": "^2.22.6"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/contracts": "^4.9.6",
"dotenv": "^16.4.5",
"node": "^22.4.0"
}
}
Now install with
npm install