card.io-Cordova-Plugin
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"
General information
- SDK/Library version:
- Platforms:
- Device OS Version and Device:
Issue description
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
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).
cordova plugin add https://github.com/card-io/card.io-Cordova-Plugin --nofetch
ok!