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.
It doesn't look like you actually go inside the directory you're cloning. Do
cd hardhat-fund-me-fcc
and then do againnpm install