I\'m trying to run an existing React Native project that uses Metro Bundler. My operating system is Ubuntu 20.04 and I\'ve tried to run the app both on a physical Android device
I solved it on both my computers. One needed more work on it.
Option 1:
C:\Users(your username)\AppData\Roamingnpm clean cache -force, or npm cache clean -force on windows ( — force is now required to clean cache)Option 2:
C:\Users(your username)\AppData\Roamingnpm clean cache -force on linux, or npm cache clean on windows ( — force is now required to clean cache)