0

I am new to ionic and git. In my application i am trying to install plugins. But I am keep getting this error for all plugins

C:\Users\user\Desktop\share>cordova plugin add https://github.com/wymse e/cordova-imagePicker.git Fetching plugin "https://github.com/wymsee/cordova-imagePicker.git" via git clon e Repository "https://github.com/wymsee/cordova-imagePicker.git" checked out to gi t ref "master".

what exactly is this error? I am getting same error for other plugins as well.

2 Answers 2

1

I can't see error message the command telling you what is going behind this .. Cordova fetching the plugin from the url via GIT technology and cloning it to your directory what is the problem with that!!

Could you please paste all other output to see if there were any errors.

Also you could make sure that the plugin is installed by running

cordova plugin

which list all installed plugins and you should see

cordova-plugin-image-picker

as one of them

Sign up to request clarification or add additional context in comments.

2 Comments

my bad..as i am new to git, i thought it was the error.Thanks for clarification
No problems , glad to help you
0

It is very simple. Answer is in error message only.

i.e you have given unwanted space in url.

use this one

https://github.com/wymsee/cordova-imagePicker.git

I hope it will work.

3 Comments

no there were no unwanted spaces and the same error for other plugins like social sharing,camera etc..
that space came while copying the log in cmd
Ok no problem, try now without space

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.