Front-End/react-native
TypeError: cli.init is not a function
vkein
2022. 7. 29. 10:27
npx react-native init AwesomeProject
실행했을 때 다음과 같은 에러를 만나게 되는데
npm install -g react-native-cli && npm install -g react-native
실행 후 해결 되었다.