Hey rapropos, I’ve just tried installing ionic cloud to get Push going in my app, and after running npm install @ionic/cloud-angular --save and added the stuff to my app.module.ts I started getting this same error, so I know its connected to this cloud installation. I went into the package.json for @ionic/cloud and I see
“dependencies”: {
"@ionic/db": “^0.1.0”,
“ionic-native”: “^2.9.0”,
“superagent”: “1.7.2”
}
i’ve tried updating the ^2.9.0 to ^3.5.0 in this file and run npm install and I get errors in npm.
In my apps main package.json i see
“ionic-native”: “^3.5.0”
Any ideas?