Summary
The --npm-version flag/option is confusing as we also have a top-level command npm version which is not configured by this at all. --npm-version is used by dependencies like npm-pick-manifest & libnpmpublish but not by the CLI itself. If not changed, this may cause issues when we go to implement command-specific configuration.
Exit Criteria
References