You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2021. It is now read-only.
hello,
I just used stagehand on fresh install windows, and got an error CreateProcessW failed 2 after the command gave output creating web-simple application.
I'm not sure how to debug it, but many sources informed about PATH, even at that moment I still not sure about what application being failed executed. (I used username without space, I reinstall the SDK to a path without space)
Just lucky guess, I install git for windows and add it to the path, then the error disappeared.
So, how to make the stagehand command getting better with additional information that it depends on git application?
thank you.
The text was updated successfully, but these errors were encountered:
Thanks for the report, @oonid. Besides documenting that stagehand depends on git being in your path, we should give a good error message when git isn't there.
On Tue, Apr 9, 2019 at 2:38 PM Devon Carew ***@***.***> wrote:
I think we should make the git dep optional - if we can't find it, or the
execution fails, we should just gracefully degrade.
If I remember correctly, git is used to populate the username in the
generated project?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#601 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABCiv9El7jjoaH66KvC1STepB9rcTakks5vfQhqgaJpZM4chCau>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hello,
I just used stagehand on fresh install windows, and got an error
CreateProcessW failed 2
after the command gave outputcreating web-simple application
.I'm not sure how to debug it, but many sources informed about PATH, even at that moment I still not sure about what application being failed executed. (I used username without space, I reinstall the SDK to a path without space)
Just lucky guess, I install git for windows and add it to the path, then the error disappeared.
So, how to make the stagehand command getting better with additional information that it depends on git application?
thank you.
The text was updated successfully, but these errors were encountered: