moust / cordova-plugin-videoplayer

A Codova plugin to play video with the native MediaPlayer on Android devices.
MIT License
139 stars 102 forks source link

Unable to install plugin #58

Open TejramChafle opened 5 years ago

TejramChafle commented 5 years ago

cordova plugin add https://github.com/moust/cordova-plugin-videoplayer.git --save (node:208) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Failed to fetch plugin https://github.com/moust/cordova-plugin-videoplayer.git 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! git clone C:\Users\admin\AppData\Roaming\npm-cache_git-remotes\git-https-github-com-moust-cordova-plugin-videoplayer-git-5f632a25 C:\Users\admin\AppData\Local\Temp\npm-10016-ac9638b9\git-cache-575d4d96\6574c1ce2c04ab7bdba420ced31e4288b6836ab3: Cloning into 'C:\Users\admin\AppData\Local\Temp\npm-10016-ac9638b9\git-cache-575d4d96\6574c1ce2c04ab7bdba420ced31e4288b6836ab3'...

afdev82 commented 5 years ago

cordova plugin add cordova-plugin-video-player

afdev82 commented 5 years ago

You need to delete any reference to the plugin in the config.xml, package-lock.json and package.json

Pratikshakhandagale commented 4 years ago

facing same issue. Any Solution ?