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.

Error installing the plugin in the `multiple-maps` branch

See original GitHub issue

What 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:closed
  • Created 6 years ago
  • Comments:18 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
AmitMYcommented, Jul 22, 2017

From stackoverflow:

I had the same problem right now. I fixed it by downgrading cordova from v7.0.0 to v6.5.0

sudo npm i -g cordova@6.5.0

They changed the way how they fetch the plugins. https://cordova.apache.org/news/2017/05/04/cordova-7.html

0reactions
rodikhcommented, Sep 19, 2017

@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.

Read more comments on GitHub >

github_iconTop 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 >

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