-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Error In Create React Native App #59
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
Comments
What's your yarn version? |
0.21.3 |
Not sure if this is the problem, but npm in Windows doesn't like spaces in paths. |
@aayanqazi I don't see why spaces in the path would break things, but if you could try init'ing the project on a path without spaces that would help us narrow the issue down. Thanks! |
The filename, directory name, or volume label syntax is incorrect. |
I have a similar problem:
OS: Mac OS X El Capitan 10.11.6 |
Now Facing That Issue [2/4] Fetching packages... |
@aayanqazi |
I got an equivalent error on Windows 10:
|
@aayanqazi @flexzuu @eloquentbit There appears to be a problem with current versions of yarn when requesting to ignore optional dependencies -- these failures are happening because transitive optional deps are causing the installation to fail. It's not a bad idea to get the build dependencies set up (https://www.npmjs.com/package/windows-build-tools, python, etc.), it's also possible to resolve this by uninstalling yarn and allowing CRNA to use npm (which sucks) but I am hoping to find a workaround that doesn't have these issues.. |
A solution to this will be the same as a solution to #48, so I'm going to close this in favor of tracking the problem there. |
Thanks i have Solved that problem after uninstall yarn ....
|
I have the same problem, and it resolved after I replaced npm v5.0.3 with npm 4.6.1 FYI, I stuck at following error while using npm v5.0.3 |
yup, please don't use npm 5 for now :) |
Uh oh!
There was an error while loading. Please reload this page.
The text was updated successfully, but these errors were encountered: