-
After cloning the repo, I attempt to run make in VS code (WSL & Ubuntu) and I get this message: rm -rf .gitmodules && rm -rf .git/modules/* && rm -rf lib && touch .gitmodules && git add . && git commit -m "modules" tip: a similar argument exists: '--commit' Usage: forge install [OPTIONS] [DEPENDENCIES]... For more information, try '--help'. Not sure how to fix this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @dsmilez11, The forge install foundry-rs/forge-std && forge install openzeppelin/openzeppelin-contracts@v3.4.0 && forge install Brechtpd/base64 |
Beta Was this translation helpful? Give feedback.
Hello @dsmilez11, The
Foundry
latest version does not need the--no-commit
argument as it does not commit by default. So you can change the command yourmake
target is pointing to the below and retry