Image Picker - how to install the plugin

Im trying to install image picker plugin:

ionic cordova plugin add cordova-plugin-telerik-imagepicker --variable "PHOTO_LIBRARY_USAGE_DESCRIPTION=Pick image" --save

× Running command - failed!

[ERROR] Cordova encountered an error.
        You may get more insight by running the Cordova command above directly.

[ERROR] An error occurred while running cordova plugin add cordova-plugin-telerik-imagepicker --variable
        "PHOTO_LIBRARY_... (exit code 1):

        Error: Failed to fetch plugin file:node_modules/cordova-plugin-telerik-imagepicker via registry.
        Probably this is either a connection problem, or plugin spec is incorrect.
        Check your connection and plugin name/version/URL.
        Error: cmd: Command failed with exit code 1 Error output:
        npm ERR! code ENOLOCAL
        npm ERR! Could not install from "node_modules\cordova-plugin-telerik-imagepicker" as it does not contain a
        package.json file.```


$ ionic info

cli packages: (D:\work\scooploop\sl3.5\node_modules)

@ionic/cli-plugin-cordova       : 1.6.2
@ionic/cli-plugin-ionic-angular : 1.4.1
@ionic/cli-utils                : 1.7.0
ionic (Ionic CLI)               : 3.7.0

global packages:

Cordova CLI : 7.0.1

local packages:

@ionic/app-scripts : 2.0.2
Cordova Platforms  : android 6.2.3
Ionic Framework    : ionic-angular 3.6.0

System:

Android SDK Tools : 25.2.5
Node              : v6.9.2
OS                : Windows 7
npm               : 5.3.0

Any suggestion how to install that?

Try this command ionic cordova plugin add cordova-plugin-image-picker

I finally have installed after several attempts and cleaning up the package.json and config.xml from some strange tags.I am not sure the reason, maybe bacause of my OS Windows7 but almost every plugin installation is like lottery lately.
Thanks!