'C:\Program' is not recognized as an internal or external command #2289
Unanswered
FlyingKumquat
asked this question in
Help needed
Replies: 2 comments 1 reply
-
This due to bug in windows exping. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe you can file a PR to fix it? As for now: use wsl. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to do a deploy with version 7.0.0-beta.5 like so...
C:\Dev\project\build>php deployer.phar deploy staging -vvv
But deployer outputs this...
[staging] C:\Program Files\PHP\php.exe C:/Dev/project/build/deployer.phar connect --host staging --decorated -vvv
Which results in the following error to occur...
Not sure if this is a bug but I do not encounter this issue in version 6.x, is there something I am missing?
Beta Was this translation helpful? Give feedback.
All reactions