Hi, while trying to update ionic, I’m getting the following warning.
> npm WARN @ionic-native/network@3.11.0 requires a peer of @ionic-native/core@^3.6.0 but none was installed.
Hi, while trying to update ionic, I’m getting the following warning.
> npm WARN @ionic-native/network@3.11.0 requires a peer of @ionic-native/core@^3.6.0 but none was installed.
You need @ionic-native/core
to be able to use the network plugin.
Check out the installation instructions here: http://ionicframework.com/docs/native/#Installation
$ npm install @ionic-native/core --save
ionic-hello-world@0.0.0 /Users/xxxxxxx/myApp
└── UNMET PEER DEPENDENCY @ionic/app-scripts@1.3.0
npm WARN @ionic/cli-plugin-ionic-angular@1.3.0 requires a peer of @ionic/app-scripts@^1.3.7 but none was installed.
Tried to install ionic-native but seems like it gives the same warning!
Seem like a totally unrelated warning to me. But you should also fix it.
Post your `ionic info’ output please.
It gives the same error for all native plugins, who has found the solution please help