yarnpkg/yarn

yarn install --flat - Automatic Choice

Open

#1 658 ouverte le 3 nov. 2016

Voir sur GitHub
 (30 commentaires) (180 réactions) (0 assignés)JavaScript (2 731 forks)batch import
cat-featurehelp wanted

Métriques du dépôt

Stars
 (41 514 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur