yarnpkg/yarn

What is the equivalent to npm's NPM_CONFIG_REGISTRY environment variable?

开放

#2,091 创建于 2016年11月30日

 (6 条评论) (13 个反应) (0 位负责人)JavaScript (2,731 个派生)batch import
cat-compatibilitycat-featuregood first issuehelp wantedtriaged

仓库指标

星标
 (41,514 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

My company's project currently makes use of private node modules stored in gemfury. In order to successfully fetch the private modules, we make use of npm's NPM_CONFIG_REGISTRY environment variable. We're trying to switch over to using yarn (v0.17.9) but it appears that yarn does not recognize NPM_CONFIG_REGISTRY. I went through the yarn source code to try and find some equivalent to NPM_CONFIG_REGISTRY, but, from my initial look, nothing stands out. Does yarn have such an equivalent environment variable?

贡献者指南