Most of the companies or organizations are using proxy between their network and internet. Developers insist to download node_modules from npm registry to develop their front-end applications. .npmrc allows to setup proxy and download the modules via proxy. Also most of the companies uses its own registry like Nexus, jFrog etc., instead https://registry.npmjs.org. .npmrc file enables developers to configure their custom registry as well.
Create a file called .npmrc inside C:/Users/YOUR_USERNAME/ with below properties to setup your company proxy and your companies npm registry
proxy=http://username:password@host:port
http-proxy=http://username:password@host:port
https_proxy=http://username:password@host:port
registry=https://yourcompanyregistry.com
Смотрите видео Setup corporate proxy/registry in npm(.npmrc) to download node modules for your frontend application онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Hashers Hash {#} 01 Январь 1970, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 14,06 раз и оно понравилось 5 людям.