thecodingmachine / react-native-boilerplate

A React Native template for building solid applications 🐙, using JavaScript 💛 or Typescript 💙 (you choose).
https://thecodingmachine.github.io/react-native-boilerplate/
MIT License
4.82k stars 868 forks source link

[BUG]: Project Initialization stuck at "Executing post init script" #343

Closed salman-kryptomind closed 1 year ago

salman-kryptomind commented 1 year ago

react-native environment setup

Description

Simply ran the command npx react-native init MyApp --template @thecodingmachine/react-native-boilerplate Ever since it is stuck on Executing post init script

Screenshot 2023-03-18 at 2 48 41 AM

My Internet connection is fine with a good bandwidth.

Node version: 16.14.2 Npm : 8.5.0

Version

3.6.5

On which OS this issue appear on?

Desktop OS

MacOS ( Ventura)

salmandayal commented 1 year ago

Facing the same issue. +1

JeremyDolle commented 1 year ago

I cannot reproduce it on my side. Can you try again ?

salman-kryptomind commented 1 year ago

I have tried this on two separate machine. One with mac Monterey ( Node: 14 ) and other one is mac Ventura ( Node: 16 )

lakhvirk commented 1 year ago

I had the same issue, I believe it supposes to ask for typescript yes or no but nothing shows up. I press enter when I see this option and good to go 🚀 . TCM guys should fix this up.

JeremyDolle commented 1 year ago

Ah ok I see ! It's probably an issue with the version of your cli (installed globally or in your cache). The step "Executing post init script" now not have a loader but a ℹ as prefix.

Let's try to run npx react-native@latest init MyApp --template @thecodingmachine/react-native-boilerplate to be sure to have the last one