Cyfrin Updraft.

Post

Share your knowledge.

Cyfrin Moderator Pst.
Mar 29, 2024
Expert Q&A

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
0
1
Share
Comments
.

Answers

1
Cyfrin Moderator Ans.
Mar 29 2024, 10:50

It 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...

0
Official Answer
Comments
.

Do you know the answer?

Please log in and share it.

We use cookies to ensure you get the best experience on our website.
More info