3. envvars

3. envvars

Environment variables defined in process.env allow you to configure additional Yarn features.

CHILD_CONCURRENCY

process.env.CHILD_CONCURRENCY=#number#

Controls the number of child processes run parallely to build node modules.

Setting this number to 1 will cause the node modules to be built sequentially which can avoid linker errors on windows with node-gyp.

© 2016–2017 Yarn Contributors
Licensed under the BSD License.
https://yarnpkg.com/en/docs/envvars

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部