-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Bugthing that needs fixingthing that needs fixingRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 releaserelease: nextThese items should be addressed in the next releaseThese items should be addressed in the next release
Description
Current Behavior:
npm config set <anykey> <anyvalue>
will result in _auth=...
being removed from .npmrc
Expected Behavior:
npm config set foo bar
should not result in _auth=...
being removed from .npmrc
Steps To Reproduce:
echo '_auth="xxx"' >> ~/.npmrc
cat ~/.npmrc
to see_auth="xxx"
is therenpm config set foo bar
cat ~/.npmrc
to see_auth="xxx"
is gone
Environment:
Docker image node:15.3.0
Node: 15.3.0
npm: 7.0.14
joedragons, abhilashghosh0701, elouanKeryell-Even and bdrazen
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 releaserelease: nextThese items should be addressed in the next releaseThese items should be addressed in the next release