Section 3: make deploy not working on anvil #73
-
I'm using vs code, I have foundry, anvil launches properly, it doesn't show any errors. When I try to deploy using
Has anyone had a similar problem and/or knows what to do? Any advice will be highly appreciated, I've been stuck since yesterday. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @technicallybean, happy to help out here! It appears the First try to (re)install Make. Assuming you're using Homebrew you can run the following If that doesn't work then it might be an issue with the PATH... |
Beta Was this translation helpful? Give feedback.
Hi @technicallybean, happy to help out here!
It appears the
make
command may not be installed or unavailable.First try to (re)install Make. Assuming you're using Homebrew you can run the following
brew install make
.If that doesn't work then it might be an issue with the PATH...