PatrickAlphaC / hardhat-fund-me-fcc

82 stars 182 forks source link

How to set up environment #145

Closed ghost closed 1 year ago

ghost commented 1 year ago

So I'm using this git clone feature for the first time, and I notice that it doesn't download node_modules which is crucial for running yarn commands. How do I download node_modules of the correct versions used in these repository ?

ghost commented 1 year ago

I simply had to run "yarn" in the command line.