question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to Install cordova-plugin-googlemaps

See original GitHub issue

I’m submitting a … (check one with “x”)

  • question
  • any problem or bug report
  • feature request

If you choose ‘problem or bug report’, please select OS: (check one with “x”)

  • Android
  • iOS

cordova information: (run $> cordova plugin list)

Error: Failed to fetch plugin cordova-plugin-googlemaps@^2.2.8 via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
Error: npm: Command failed with exit code 1 Error output:
npm ERR! code ETARGET
npm ERR! notarget No matching version found for cordova-plugin-googlemaps@^2.2.8
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

If you use @ionic-native/google-maps, please tell the package.json (only @ionic-native/core and @ionic-native/google-maps are fine mostly)

Current behavior: I am unable to install the plugin. Can you please help me out?

Expected behavior:

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
leo4444commented, May 30, 2018

I had the same problem … I already had a project on Android developed on Windows 10 and I was now working on Mac for iOS. When I wanted to add the platform (sudo ionic cordova platform add ios) I had this problem … I tried many things but the problem was that I added “sudo” in the command line. Removing “sudo” gave me permission errors in the platforms / ios directory, so I gave it read / write permissions and ran the command again … This was what worked for me, I hope it serves the one who has this problem

0reactions
battikacommented, Apr 15, 2018

I have the same issue all the time but when I re-run the install command again it will get installed.

On Sat, Apr 14, 2018 at 8:55 PM Kodeine notifications@github.com wrote:

i keep getting this,

Error: Failed to fetch plugin git+https://github.com/mapsplugin/cordova-plugin-googlemaps.git#multiple_maps via registry. Probably this is either a connection problem, or plugin spec is incorrect. Check your connection and plugin name/version/URL. Failed to get absolute path to installed module

I’m trying to install multiple_maps branch

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mapsplugin/cordova-plugin-googlemaps/issues/2151#issuecomment-381351567, or mute the thread https://github.com/notifications/unsubscribe-auth/ABJzANut1TY7dWBJlHXyr1DL4lizuhgUks5tokYLgaJpZM4Srf5E .

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix "cordova-plugin-googlemaps is not installed or ...
1 Answer 1 · Remove these folders: platforms, node_modules, plugins, www e package-lock. · Uninstall cordova: sudo npm uninstall -g cordova
Read more >
Unable to install the Google Maps plugin - Ionic Forum
Run cordova plugin add cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID="KEY" --variable API_KEY_FOR_IOS="KEY" --debug please and post ...
Read more >
cordova-plugin-googlemaps
This plugin displays Google Maps in your application. This plugin uses these libraries for each platforms: Android : Google Maps Android API ...
Read more >
nightstomp/cordova-plugin-googlemaps
Hi all, I am using cordova cli 8 and cordova-android 8. It keeps adding android.permission.BLUETOOTH to my app but we are not using...
Read more >
Mysterious failure to install cordova plugins
Failed to fetch plugin GitHub - CodeWithOz/cordova-plugin-googlemaps: Google Maps plugin for Cordova via registry. Probably this is either a ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found