adrianhajdin / project_web3_battle_game

With a stunning design, interactive gameplay, smart wallet pairing, live interaction with smart contracts, and, most importantly, the ability to battle other players in real-time, AvaxGods is the best and the only Web3 battle-style online multiplayer card game that you can currently find on YouTube.
https://jsmastery.pro
432 stars 143 forks source link

Unable to install package "@nomiclabs/hardhat-ethers" #10

Open priyabrat8 opened 1 year ago

clikdevelopers commented 1 year ago

same issue broo

AnmolChauhan123 commented 1 year ago

got the same issue brooo... Any idea how to resolve that???

andrewpsp commented 1 month ago

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