Unable to Install cordova-plugin-googlemaps
See original GitHub issueI’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:
- Created 6 years ago
- Comments:15 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
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: