You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
darcyclarke
changed the title
Map to
BREAKING CHANGE(config): map location values to bare variants
Mar 23, 2022
darcyclarke
changed the title
BREAKING CHANGE(config): map location values to bare variants
BREAKING CHANGE(config): map legacy flags to --location config
Mar 23, 2022
darcyclarke
changed the title
BREAKING CHANGE(config): map legacy flags to --location config
BREAKING CHANGE(config): map legacy flags to --location & --strategy configs
Mar 23, 2022
darcyclarke
changed the title
BREAKING CHANGE(config): map legacy flags to --location & --strategy configs
BREAKING CHANGE(config): map legacy config to --location & --strategyMar 23, 2022
darcyclarke
changed the title
BREAKING CHANGE(config): map legacy config to --location & --strategy
BREAKING CHANGE(config): map legacy options to --location & --strategyMar 23, 2022
--strategy is actually --install-strategy to avoid confusion with auth configuration.
--global was already setting --location in the CLI. While --global does set --install-strategy=shallow in arborist itself, it does not set --location in arborist directly, but within the npm CLI.
--local
config--global-style
--legacy-bundling
--strategy
config with four reify mode options:hoisted
(current default mode)nested
(formerly--legacy-bundling
mode, where deps are installed in place - no hoisting)shallow
(formerly--global-style
mode, where only direct deps are installed at top-levelnode_modules
)linked
(future isolated mode)--global
should now set--location=global
&--strategy=nested
whentrue
--location
&--strategy
in place of their legacy counterpartsThe text was updated successfully, but these errors were encountered: