React-native npx react-native init error
현상 발생원인 TypeError: cli.init is not a function at ....... Node.js v18.16.0 이렇게만 뜨고 에러로 뜬것처럼 보인다. 이걸 해결하기 위한 과정을 적어본다. 1. uninstall package npm uninstall -g react-native-cli npm install -g react-native npm install -g react-native-cli --> 이 오류는 react-native의 버전이 안맞아서 일어날 수 있다는 오류 제보가있다. javascript - TypeError: cli.init is not a function for react native - Stack Overflow TypeError: cli.init is not a..