beyondcode / invoker-community

74 stars 2 forks source link

Error: spawn /usr/local/bin/php ENOENT #296

Closed lukebouch closed 2 years ago

lukebouch commented 2 years ago

I just downloaded Invoker for the first time and I keep getting an error every time I try to open a project.


OS: darwin Invoker Version: 2.9.0 Laravel Version: unknown Local project: true PHP Binary: /usr/local/bin/php Route: /home

Error:

Error: spawn /usr/local/bin/php ENOENT
sschlein commented 2 years ago

That sounds like Invoker has detected the wrong (or no) PHP binary. Can you check your settings CleanShot 2022-06-17 at 14 45 32@2x ?

lukebouch commented 2 years ago

That was it! I just correct the path to my install of PHP through Homebrew. Thanks