breautek commented on issue #527: URL: https://github.com/apache/cordova-cli/issues/527#issuecomment-683201957
You can try the following commands (if you're on linux/mac bash environment, sorry not sure on the windows equivalent commands) ``` cd to/your/cordova/project/folder rm -rf node_modules rm package-lock.json npm install cordova platform add android ``` ---------------------------------------------------------------- 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]
