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
npm currently only "validates" config from nopt (i.e. from the cli itself). It warns when values aren't correct.
Incorrect values from npmrc files are silently ignored, sometimes resulting in invalid types and other times resulting in npmrc config being silently ignored.
npm needs to validate the config it loads from npmrc files and warn in the same way it does when parsing argv
The text was updated successfully, but these errors were encountered:
Epic
npm currently only "validates" config from nopt (i.e. from the cli itself). It warns when values aren't correct.
Incorrect values from npmrc files are silently ignored, sometimes resulting in invalid types and other times resulting in npmrc config being silently ignored.
npm needs to validate the config it loads from npmrc files and warn in the same way it does when parsing argv
The text was updated successfully, but these errors were encountered: