yarnpkg/yarn

yarn install --flat - Automatic Choice

Open

#1,658 创建于 2016年11月3日

在 GitHub 查看
 (30 评论) (180 反应) (0 负责人)JavaScript (41,514 star) (2,731 fork)batch import
cat-featurehelp wanted

描述

Do you want to request a feature or report a bug? feature

What is the current behavior? yarn install --flat asks the user which version of a module they would like, if there is a conflict.

Please mention your node.js, yarn and operating system version. node v6.8.1 npm v3.10.8 yarn v0.16.1

yarn install --flat is wonderful in that it asks the users which version of a dep they want to install. However, it would be immensely useful for automation environments, to allow for an option to direct yarn to automatically assume the newest version.

贡献者指南