ReactNative/Errors
[RN] 에러 - @react-native-community의 native_modules.gradle를 못찾을 때
경험을 기록으로
2022. 7. 27. 15:33
반응형
> Could not read script 'my-code-path\node_modules\@react-native-community\cli-platform-android\native_modules.gradle' as it does not exist.
> Could not read script 'my-code-path\node_modules\@react-native-community\cli-platform-android\native_modules.gradle' as it does not exist.
위와 같은 에러를 만난다면
Android cli 패키지를 수동으로 설치하면 해결된다.
npm i @react-native-community/cli-platform-android
반응형
LIST