natal icon indicating copy to clipboard operation
natal copied to clipboard

natal init stuck at Creating React Native skeleton

Open ghost opened this issue 9 years ago • 3 comments

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

ghost avatar Dec 12 '15 16:12 ghost

It can take a long time. I'd suggest trying again and giving it maybe 10 minutes to see if it completes.

mfikes avatar Dec 12 '15 16:12 mfikes

@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.

dmotz avatar Dec 12 '15 22:12 dmotz

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.

0xqd avatar Dec 13 '15 08:12 0xqd