Hi, when I try running node_modules/.bin/cordova-plugin repair I get this error:
An error occured ===>
{ [Error: ENOENT: no such file or directory, open '/Users/ryanh/REPOS/cm-living-portraits-rn/node_modules/react-native-cordova-plugin/platforms/android/assets/www/cordova.js']
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/Users/ryanh/REPOS/cm-living-portraits-rn/node_modules/react-native-cordova-plugin/platforms/android/assets/www/cordova.js' }
Any suggestions on how to get the cordova.js file? I've tried removing react-native-cordova-plugin and reinstalling it but I never get the 'platforms/android/assets/www/cordova.js' file.
Nevermind, I was able to get this to work by running node_modules/.bin/cordova-plugin add and then running node_modules/.bin/cordova-plugin repair again.
Hi, when I try running node_modules/.bin/cordova-plugin repair I get this error:
Any suggestions on how to get the cordova.js file? I've tried removing react-native-cordova-plugin and reinstalling it but I never get the 'platforms/android/assets/www/cordova.js' file.