natal
natal copied to clipboard
natal init stuck at Creating React Native skeleton
These are required deps and versions:
natal init TestApp --interface om-next
Creating TestApp
Creating Leiningen project
Updating Leiningen project
Creating React Native skeleton
❯ node -v
v4.2.1
❯ npm -v
2.14.7
❯ lein -v
Leiningen 2.5.3 on Java 1.8.0_66 Java HotSpot(TM) 64-Bit Server VM
❯ react-native -v
0.1.7
❯ pod --version
0.39.0
❯ watchman --version
4.1.0
It can take a long time. I'd suggest trying again and giving it maybe 10 minutes to see if it completes.
@rhacker Try updating to Natal 0.1.16 and run init with --verbose
. You'll be able to see what the React installer is doing.
Thanks you both for the advice. I already use the latest version of natal, I will try to use --verbose
, it's better to see that there is some progress.