Red-Folder / bgs-core

Core code for the Cordova Background Service
Other
236 stars 105 forks source link

[resolved] Plugin can't be installed #86

Closed iwantwin closed 6 years ago

iwantwin commented 6 years ago

Was receiving the following error:

Error: Failed to fetch plugin https://github.com/Red-Folder/bgs-core 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

Any clue what the problem is here? It was working just 3 weeks ago! And I really need this to work :#

iwantwin commented 6 years ago

Oh actually, answering my own question:

Using the option --nofetch (cordova@7.0.1) fixed it: cordova plugin add ../my-plugin --nofetch

Apparently they changed the way they fetch plugins in cordova 7.x, and --nofetch uses the old way of fetching :)

Feel free to close!

Red-Folder commented 6 years ago

Thanks for the feedback