electron/get

why use NPM_CONFIG?

yanguoyu opened this issue · 1 comments

image
if i set .npmrc ELECTRON_MIRROR, the process.env has npm_config_ELECTRON_MIRROR, so i set electron_mirror.
i want know when process.env has NPM_CONFIG_.

Environment variables are case sensitive on some versions of node / npm. This is for backwards compatibility with old releases.