-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
bundle fails on freshly initialized project #1143
Comments
Ok but the real problem is actually low ulimit :( |
Updating node works for me. I have no reason for running v0.10 other than that's what I ended up with after a long, blind, stumbling process of getting this up and running. Thanks for your help! |
Talked to @amasad - we are going to use something like graceful-fs in packager |
This should be fixed now: see react-native/packager/react-packager/index.js Lines 51 to 62 in 0793762
reopen if it's still a problem |
bundle
fails when run on a freshly initialized project with no changes.Steps to reproduce:
Expected Results:
Not sure, as I've never gotten the
bundle
command to work, but I think I want to see a single.js
file output suitable for providing to a React view in some sort of static fashion.Actual results:
Error and no file output
Notes:
node v0.10.38
react-native-cli v1.4.28
The text was updated successfully, but these errors were encountered: