Error installing the plugin in the `multiple-maps` branch
See original GitHub issueWhat is your question, problem or request?
Running:
cordova plugin add https://github.com/mapsplugin/cordova-plugin-googlemaps#multiple_maps --variable API_KEY_FOR_ANDROID="SOMETHING" --variable API_KEY_FOR_IOS="SOMETHING" --save
Results in an error:
Error: Failed to fetch plugin https://github.com/mapsplugin/cordova-plugin-googlemaps#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
What version of this plugin do you use? I am not yet using the plugin.
npm --v
= 5.3.0
This is different error than https://github.com/mapsplugin/cordova-plugin-googlemaps/issues/1578
Issue Analytics
- State:
- Created 6 years ago
- Comments:18 (8 by maintainers)
Top Results From Across the Web
cordova-plugin-googlemaps-multiple-maps-branch - npm
Start using cordova-plugin-googlemaps-multiple-maps-branch in your project by running `npm i cordova-plugin-googlemaps-multiple-maps-branch`.
Read more >Trouble installing the plug-in? - Microsoft Support
If you're having trouble with plug-in, try these suggestions first: ... If you still can't install the plug-in, review this list of issues...
Read more >Phonegap Google Maps Example Android | La Maison Pacifique
reports installation problem to download icon, android google maps script. ... Cordova-plugin-googlemaps-multiple-maps-branch documentation tutorials.
Read more >November 2016 development updates - Development - Tiled Forum
Week 44 Tiled Monday This day was all about making progress on the wip/tilesetdocument branch. One problem, now that the map and tileset...
Read more >11 Best WordPress Map Plugin Options in 2022 (Free ... - Kinsta
Having said that, the point of these maps is to look professional and to the point. You're not installing the MapPress plugin if...
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 Free
Top 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
From stackoverflow:
@wf9a5m75 @AmitMY The no-fetch flag is actually
--nofetch
.I’ve had issues installing cordova plugins using full github urls since cordova updated to 7.0.0, where it apparently uses npm to install the plugins.
--nofetch
forces cordova to revert to the old way of installing plugins.