Closed
Description
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
- remove
--npm-version
from being user-configurable & hard-code its downstream usage - remove
--node-version
from being user-configurable - investigate backporting warnings in
v8.x