-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Batch file not found when ejecting? #367
Comments
can't repro this, works as expected for me. try deleting |
if eject success,what dose the project folder structure looks like ? |
i got the same issue....has anyone found any solution?! |
I just tried running eject on Windows 7 64-bit. Since the cmd.exe (The command line of windows 7) doesent read batchfiles in total into memory to execute them and is reading and executing the commands one by one after each other the Error is raised. As far as I heared the setup should be working in Windows 10 since the comandline there was completly reworked. (Or you could just install a another terminal that is NOT being hooked or just a header of the normal cmd.exe) I hope I brought some light into this :) |
Is this a bug report?
Yes.
Can you also reproduce the problem with npm 4.x?
Yes.
Environment
node -v
: 8.3.0npm -v
: 5.3.0yarn --version
(if you use Yarn): 0.27.5npm ls react-scripts
(if you haven’t ejected): 1.1.0Then, specify:
Steps to Reproduce
create-react-native-app
eject
Expected Behavior
Ejecting works without any problem.
Actual Behavior
The script fails at some point with unknown results. I have some troubles (#364) with getting the Scripts to run after this eject but I'm not 100% sure if that is related to this problem.
However my console says:
And the related log:
The text was updated successfully, but these errors were encountered: