chrisgriffith / ionic-native-mocks

Ionic Native Mocks are designed to be used as placeholders during development for the actual Ionic Native modules.
205 stars 42 forks source link

peer dependencies #15

Closed hanifmazlan closed 6 years ago

hanifmazlan commented 6 years ago

i install npm install @ionic-native-mocks/background-geolocation --save then this warning come out. What to do?

npm WARN @ionic-native-mocks/background-geolocation@2.0.6 requires a peer of @ionic-native/core@^3.12.0 but none is installed. You must install peer dependencies yourself.

how to remove this warning? thanx

janpio commented 6 years ago

Warnings for peer deps can mostly be ignored - it is just a warning after all.

What @ionic-native/core do you have installed in your project?

chrisgriffith commented 6 years ago

I will investigate this shortly (Mac is in the shop).

hanifmazlan commented 6 years ago

My @ionic-native/core installed in my project version is @ionic-native/core: 4.4.0. Do I need to update it to version 4.5.2 ?