card.io-Cordova-Plugin icon indicating copy to clipboard operation
card.io-Cordova-Plugin copied to clipboard

When i try to add to a ionic v1 project i get the following area "Error: Failed to fetch plugin https://github.com/card-io/card.io-Cordova-Plugin.git 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"

Open allen6131 opened this issue 7 years ago • 3 comments

General information

  • SDK/Library version:
  • Platforms:
  • Device OS Version and Device:

Issue description

allen6131 avatar Aug 09 '17 19:08 allen6131

Error: Failed to fetch plugin https://github.com/card-io/card.io-Cordova-Plugin 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

cordova 7.0.1

GuoDapeng avatar Sep 19 '17 06:09 GuoDapeng

Downgrade to cordova 6.5.0: npm install -g [email protected], or --nofetch parameter can help (according to release notes on https://cordova.apache.org/news/2017/05/04/cordova-7.html).

vosecek avatar Sep 19 '17 07:09 vosecek

cordova plugin add https://github.com/card-io/card.io-Cordova-Plugin --nofetch

ok!

GuoDapeng avatar Sep 19 '17 08:09 GuoDapeng