native_modules.gradle file is automatically deleting #25686
Labels
Bug
Ran Commands
One of our bots successfully processed a command.
Stale
There has been a lack of activity on this issue and it may be closed soon.
I have created an app in react native for my project. When I copy my projects file in the app folder then run the app it said that in node_module react-redux does not exist then I installed react-redux using
npm install react-redux@7.0.3
in my app folder after that when I runrun-android
command in command prompt for this project it is telling that -Could not read script 'E:\AppFolder\MyApp\node_modules\@react-native-community\cli-platform-android\native_modules.gradle' as it does not exist.
.After that, I wiped the data of emulator and run
run-android
, but it is still giving me the same error and app is not installing in the emulator.Here is the error which command prompt is displaying :
The text was updated successfully, but these errors were encountered: