abelabbesnabi / cordova-plugin-image-picker

Forked from wymsee/cordova-imagePicker. Fixes permission issue on Android that causes the app to crash
MIT License
13 stars 17 forks source link

Failed adding PHOTO_LIBRARY_USAGE_DESCRIPTION #3

Open Pavel-Durov opened 6 years ago

Pavel-Durov commented 6 years ago

Im getting error on trying adding description for cordova-plugin-image-picker plugin.

Cli command:

$ ionic cordova plugin add cordova-plugin-image-picker --variable PHOTO_LIBRARY_USAGE_DESCRIPTION="My app wants to use library photos!"

Output:

> cordova plugin add cordova-plugin-image-picker --variable "PHOTO_LIBRARY_USAGE_DESCRIPTION=My app wants to use library photos!" --save
Error: Failed to fetch plugin git+https://github.com/abelabbesnabi/cordova-plugin-image-picker.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

ionic: 3.20.0 cordova: 7.1.0

abelabbesnabi commented 6 years ago

Looks like it's having issues pulling the repo. Not sure why..

Pavel-Durov commented 6 years ago

Hi, I just retested it - got the same issue on Windows/Mac/Linux platforms :(