Post
Share your knowledge.
Error `make deploy` in VS Code - `bash: make: command not found`
I am encountering an issue while trying to deploy using make deploy
in VS Code with Foundry and Anvil. Despite Anvil launching properly without any errors, when I attempt to deploy using the command make deploy
, I consistently receive the error message bash: make: command not found
. Has anyone faced a similar problem or can provide guidance on resolving this issue? Any assistance would be greatly valued as I have been unable to progress since yesterday. Thank you.
- Foundry
Answers
1It seems that the make
command may not be installed or is currently unavailable on your system.
To address this issue, you can attempt to (re)install Make. If you are utilizing Homebrew, you can execute the following command:
brew install make
If the above step does not resolve the problem, it is possible that there may be an issue with the PATH configuration...
Do you know the answer?
Please log in and share it.
Cyfrin Updraft is an education platform specializing on teaching the next generation of smart contract developers