Description:
Steps to Reproduce:
Example repo:
1.
2.
3.
Output:
My ionic info
:
Other Information:
@amit-saini Please stop opening blank issues. The issue template is there for you to fill out.
The error you're getting, along with this one and this one, are extremely common Cordova issues.
Try one of these solutions:
1.
rm -rf ~/.cordova/lib/npm_cache
cordova platform add android
2.
cordova platform rm android
cordova platform add android
Most helpful comment
@amit-saini Please stop opening blank issues. The issue template is there for you to fill out.
The error you're getting, along with this one and this one, are extremely common Cordova issues.
Try one of these solutions:
1.
2.
```
rm -rf platforms
rm -rf plugins
cordova platform add android
````