- 2
@ionic-native/[email protected] requires a peer of @ionic-native/[email protected]^5.1.0 but none is installed.
- 2
@ionic-native/[email protected] requires a peer of @ionic-native/[email protected]^5.1.0 but none is installed. You must install peer dependencies yourself.

- Report
Bittu Kumar
It seems this issue is caused because of any fatal error in the geolocation plugin installed in your project. Try to remove/uninstall the
@ionic-native/geolocationplugin using commands below:Then add/install the plugin again using these commands:
Hope it will solve your problem.