dpa99c / cordova-check-plugins

A CLI tool to check for / manage plugin updates in Cordova/Phonegap projects.
217 stars 25 forks source link

cordova-universal-clipboard #24

Closed peterpeterparker closed 6 years ago

peterpeterparker commented 6 years ago

Hey,

First thx for your project, really super useful. I run your cmd today and got the following error even if I don't reference at all the following plugin in my all project. Thought I would let you know in case it would be something weird...


  • Error checking plugin version *

plugin: cordova-universal-clipboard source: https://github.com/Visigo/CordovaClipboard installed version: UNKNOWN - check plugins/fetch.json for orphaned entries remote version: 0.1.0

Best regards

peterpeterparker commented 6 years ago

My bad, went too fast, the solution was in the msg. Removed the following in my plugin/fetch.json and the warning/error is gone

 "cordova-universal-clipboard": {
     "source": {
       "type": "registry",
       "id": "https://github.com/Visigo/CordovaClipboard.git"
     },
     "is_top_level": false,
     "variables": {}
   },

Thx again for your useful tool