Lesson:7 Hardhat installation #2144
-
After creating "HARDHAT-FUND-ME-FCC" folder. What can I do to get the files on my folder? I am pasting my terminal below.Please,check if something went wrong. ~/hh-fcc/enters-simple-storage-fcc/hardhat-simple-storage-fcc/hardhat-fund-me-fcc$ yarn add --dev hardhat |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Uhm.. the terminal does show the installation of the dependencies to be successful, which means there is a Are you sure your path is correct? That is the only possibility, whether it be in the terminal, your explorer, or the installation path. Diagnosing this should fix your issue. |
Beta Was this translation helpful? Give feedback.
-
The easiest way to get the |
Beta Was this translation helpful? Give feedback.
-
you might be nesting your your project folders, which id advise against. |
Beta Was this translation helpful? Give feedback.
-
You should always run this command in the terminal (make sure you're in the right directory) when you create a new folder. It'll give you the required files.
or
If you're using npm, just replace "yarn" with "npm". |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot everyone!! |
Beta Was this translation helpful? Give feedback.
you might be nesting your your project folders, which id advise against.