scroll-tech / scroll-guides

MIT License
43 stars 171 forks source link

Update Hardhat Version Requirement to Support Node 21 #13

Open 0xBitzz opened 3 months ago

0xBitzz commented 3 months ago

When attempting to clone the repository as stated in the docs and run yarn install, I encountered an error related to the compatibility of the Hardhat version specified in the project. The error message reads:

error hardhat@2.10.2: The engine "node" is incompatible with this module. Expected version "^14.0.0 || ^16.0.0 || ^18.0.0". Got "21.4.0"

Upon investigation, it seems that the Hardhat version specified in the package.json file does not support Node.js version 21. It would be beneficial to update the required Hardhat version to ensure compatibility with the latest Node.js releases.

Proposed Solution (Fix!):

Steps to Reproduce:

Additional Information:

Kajko25 commented 3 months ago

Nice :D thx for your work :P it will be helpfull :D