I want to publish a package for Bower and NPM with the same version numbers. Lets say that my package.json, and bower.jsonthere is a version 0.0.0, and I make npm version patch' then when I dothe correction version bower version. I get a fix for an existing error:
Command failed: fatal: tag 'v0.0.1' already exists
How can i avoid this?
source
share