react-native init 문제
-
npx react-native init MyApp --template react-native-template-typescript
이렇게 react-native 프로젝트를 생성했는데,
TypeError: cli.init is not a function
오류가 발생하였습니다.
그래서 아래 이슈를 참고하여 react-native-cli를 삭제 후 재설치하였는데 여전히 같은 에러가 납니다!
https://github.com/facebook/react-native/issues/34055혹시 해결방법을 알 수 있을까요~?
npx react-native --version
의 결과는 다음과 같습니다.react-native-cli: 2.0.1
react-native: 0.67.4 -
react-native version이 구버전인걸 보니 둘 다 global 설치가 되어 있다면 삭제 후 재설치 하시는게 어떨지 싶네요.
https://velog.io/@wldn143/React-Native-npx-react-native-init-appName-에러
-
@clastneo 감사합니다 기본적인 것을 놓쳤네요! 버전 업그레이드 후 다시 시도하겠습니다