No lib/forge-std folder after executing forge init --force #3058
Answered
by
EngrPips
Lakshya-Garg07
asked this question in
Q&A
-
After executing the forge init --force, there is no lib folder being created. The folders that are getting created are script,src and test. Here is the terminal output after executing force init --force command.
|
Beta Was this translation helpful? Give feedback.
Answered by
EngrPips
Dec 16, 2024
Replies: 1 comment 4 replies
-
Hello @Lakshya-Garg07, can you initiate a new Foundry project in a new empty folder? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run the below command in your terminal and let's see if the
lib
folder will get populated.