If in my package.json the cap console plugin version is listed but without the latest version (1.0.2)
example: ^1.0.0
but dependency is installed with latest (1.0.2)
we see the tag missing plugin which is not true
then I just changed the version number in package number from ^1.0.0 to ^1.0.2 and the tag missing plugin disappears
thanks
alex