I can\'t find at all where npm has its global settings stored.
npm config get userconfig
C:\\Users\\Jack\\.npmrc
npm config get glo
Have you tried running npm config list? And, if you want to see the defaults, run npm config ls -l.
npm config list
npm config ls -l