breautek edited a comment on issue #1133: URL: https://github.com/apache/cordova-android/issues/1133#issuecomment-734808554
Reinstall cordova. If you're using a global install, this should suffice: ``` npm uninstall -g cordova npm install -g cordova ``` If you're using a locally installed cordova, ensure you delete your `package-lock.json` file and remove your `node_modules` folder. See https://github.com/apache/cordova-cli/issues/543 for why this happened. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
