-
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
ignite new MyTestApp hangs on "Running React Native setup (~ 1 minute)" #172
Comments
Hiya @romanchukenator ! Ok, so let's get digging because we both want this fixed! First, can you create a new project using react native? This step "Running React Native Setup" is actually doing this. So I'm interested if you get stuck somewhere in the gears, or right at the starting line. Please report back what you find! |
I turn on the Now I went ahead and modified some code to this:
So now I'm providing the I ran the regular |
that's wild! So maybe we'll add --verbose but hide the output? would you think that solves the issue? |
Maybe? I'm trying to look into this bit of weirdness. Not sure why a verbose output avoids oddities but I'm game for outputting verbose feedback and hiding it. |
gonna close this one and consider revitalizing it should |
Hi I am having the same issue of hanging during the Installing Ignite dependencies 1min-ish step. I tried twice and same issue, only thing I could think was Missing Android! notification (I thought this was because I just installed android studio on the same day). I do now know how to use --verbose and have not tried react-native init MyTestApp. I did have react native tutorial running yesterday in Xcode though. Thanks for any Time or help you may have to offer. Excited to try it out! |
I have the same issue as ur23 😢 |
hrmmmmm not sure. Either of you available to screen share? |
This comment has been minimized.
This comment has been minimized.
This was resolved for @ur23 - it was permissions during |
I am having the same issue as @ur23, can you elaborate what did you do to fix this problem? |
Currently I am having the same issue. Firstly it says "Missing android SDK 23" even though I have specifically installed this SDK and then it just hangs with "Running React Native setup version 0.39.2 (~ 2 minutes-ish)". |
@iATsU Please open a new issue with as much detail as you can provide. Thank you! |
I will also cancel the process and then run
ignite new MyTestApp
again and I'll sometimes push through to the next step "Installing Ignite dependencies (~30 seconds-ish)" and then it'll hang again. Rinse, repeat, I'll runignite new MyTestApp
and I'll push through to the next step and then end up at issue 138Help? What's going on? I can't generate a new project!
I've deleted and reinstalled everything. I've updated react-native to the latest.
I've removed the
stdio: 'ignore'
fromthis.spawnCommand(command, commandOpts, {stdio: 'ignore'})
to have a look at the output but all I'm getting is nothing. The project init just hangs at "Running React Native setup (~ 1 minute)" without any messaging.The text was updated successfully, but these errors were encountered: