When I run npx react-native run-android
, I got this error:
Cannot find module '@react-native-community/cli'
I run npm list @react-native-community/cli
and got the following version information:
└─┬ react-native@0.61.5
└── @react-native-community/cli@3.0.4
Anyone has a clue how I can solve the issue?