[BUG] npm config
throws/becomes unusable after setting workspaces
or workspace
config
#2941
Labels
Bug
thing that needs fixing
Priority 0
will get attention right away
Release 7.x
work is associated with a specific npm 7 release
Current Behavior:
npm config
throws errors & becomes unusable when it sees definedworkspaces
orworkspace
configExpected Behavior:
npm config
should be exempt from this default behavior & not throw errors when it sees definedworkspaces
orworkspace
options (its core function/utility is to get/set that config)Steps To Reproduce:
npm config set workspaces=true
npm config ...
throwsEnvironment:
The text was updated successfully, but these errors were encountered: