npx react-native init AwesomeProject
실행했을 때 다음과 같은 에러를 만나게 되는데
npm install -g react-native-cli && npm install -g react-native
실행 후 해결 되었다.
npx react-native init AwesomeProject
실행했을 때 다음과 같은 에러를 만나게 되는데
npm install -g react-native-cli && npm install -g react-native
실행 후 해결 되었다.