You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/29 00:27:52 UTC

[GitHub] [cordova-cli] breautek commented on issue #527: ionic cordova prepare

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org