帖子
分享您的知识。
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
答案
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...
你知道答案吗?
请登录并分享。
Cyfrin Updraft is an education platform specializing on teaching the next generation of smart contract developers