Hi everyone,
I want to build iOS and android applications but i get this error.
I leave the solution here, maybe someone else will need it.
- rm node_modules
- ionic cordova platform rm ios
- ionic cordova platform rm android
- rm platforms
- rm plugins
- rm package-lock.json
After then
- npm install
- ionic init
- ionic cordova platform add ios or android
This steps work for me.
What version of node, ionic and cordova did you install?