BREAKING CHANGE(config): --npm-version
& --node-version
should be removed
#575
Labels
--npm-version
& --node-version
should be removed
#575
Summary
The
--npm-version
flag/option is confusing as we also have a top-level commandnpm version
which is not configured by this at all.--npm-version
is used by dependencies likenpm-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
--npm-version
from being user-configurable & hard-code its downstream usage--node-version
from being user-configurablev8.x
References
The text was updated successfully, but these errors were encountered: