-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e2e fails when the path has space #1652
Comments
Would you like to submit a pull request fixing this? 😄 |
Haven't found the fix yet T_T |
I believe we just need to wrap usages of cd (and related commands) with e.g. |
ok then, i thought just wrapping PWD with it would be sufficient, will do it tomorrow, it's quite a lot and haven't got a good sleep today 😄 |
@viankakrisna will you take a look at this soon? 😄 |
If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely.
Can you reproduce the problem with latest npm?
Yes
Description
e2e fails when pwd has space in its path. eg
/Users/adeviankakrisnafadlil/Local Sites/create-react-app
What are you reporting?
bug
Expected behavior
It should run the e2e test
Actual behavior
It fails with this error:
Environment
Run these commands in the project folder and fill in their results:
npm ls react-scripts
(if you haven’t ejected): 9.2.0node -v
: v7.4.0npm -v
: 4.0.5Then, specify:
Reproducible Demo
Just rename your current create-react-app repo with
create react-app
or rename the parent folder to have space in itThe text was updated successfully, but these errors were encountered: