ionic-team / ionic-native-google-maps

Google maps plugin for Ionic Native
Other
221 stars 125 forks source link

Can't install cordova-plugin-googlemaps-sdk with npm or yarn #335

Closed vpankov closed 3 years ago

vpankov commented 3 years ago

Tried to run ionic cordova plugin add cordova-plugin-googlemaps it was stuck on message Installing "cordova-plugin-googlemaps" for ios

--verbose flag showed that it trying to run npm install https://github.com/mapsplugin/cordova-plugin-googlemaps-sdk --production --save

then I tried to run npm install https://github.com/mapsplugin/cordova-plugin-googlemaps-sdk but it stuck with message rollbackFailedOptional

then I tried to run it in empty folder with inited yarn yarn add https://github.com/mapsplugin/cordova-plugin-googlemaps-sdk it stuck on [1/4] Resolving packages...

npm 6.14.8 git 2.9.2 yarn 1.17.3 MacOS Tried different internet connections and devices

I'm submitting a ... (check one with "x")

If you choose 'problem or bug report', please select OS: (check one with "x")

wf9a5m75 commented 3 years ago

I really appreciate if you search the past issues before asking. https://github.com/ionic-team/ionic-native-google-maps/issues/320

vpankov commented 3 years ago

Thank you. Yarn finished in 30 minutes, npm still trying to install it, hope it will done. Anyway your answer will solve it fo me.