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 needs to start warning when it encounters config values that aren't defined. This is so folks are no longer surprised when they do things like npm install --loglevl.
This does also mean cleaning up the places we're still using undeclared config. We need to either define them, or formalize some way to have them ignored.
We also want to validate config values that are parsed from files. Currently only cli flag values are validated.
Epic
npm needs to start warning when it encounters config values that aren't defined. This is so folks are no longer surprised when they do things like
npm install --loglevl
.This does also mean cleaning up the places we're still using undeclared config. We need to either define them, or formalize some way to have them ignored.
We also want to validate config values that are parsed from files. Currently only cli flag values are validated.
invalidHandler
nopt#41node-gyp
" not respected in npm 7 cli#2839The text was updated successfully, but these errors were encountered: