rohfosho / CordovaCallNumberPlugin

Call a number directly from your cordova application.
MIT License
185 stars 151 forks source link

Not able to install the latest version #51

Closed jvaranam closed 6 years ago

jvaranam commented 6 years ago

While installing the plugin, getting the following error

  ` ionic cordova plugin add call-number
     > cordova plugin add call-number --save
     ✖ Running command - failed!
     [ERROR] An error occurred while running cordova plugin add call-number --save (exit code 
     Error: Failed to fetch plugin git+https://github.com/Rohfosho/CordovaCallNumberPlugin.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`

Even the same error while i use the github path too.

mohamedsharaf commented 6 years ago

DONT USE CORDOVA PLUGIN ADD

USE THIS FIXED IT FOR ME

npm install call-number