How can I clone a repository from Github, and then install the dependencies without error?

113 views Asked by At

enter image description here

Hello everybody. I have a problem regarding npm installing. I wanna clone a repository from a Github account. After cloning the repo and navigating to the folder, I run "npm install" to install the dependencies but I get this kind of error (the screenshot above). How can I fix this error? Thank you.

My purpose is to install the dependencies, and then compiling the smart contracts.

1

There are 1 answers

0
Harvey On

It doesn't look like you actually go inside the directory you're cloning. Do cd hardhat-fund-me-fcc and then do again npm install