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
Right now, every time it is run, azdo-npm-auth replaces the existing users home .npmrc file with a brand new one. This is fine if the user only uses a single registry. But it is unfortunate if they use several and have multiple setups in the file.
Imagine if, instead, it updated the users home .npmrc file and left other bits in place. This would be better.