yarnpkg/yarn

`yarn add pkg` should default to the version used in the other workspaces instead of latest

Open

#4.154 aberto em 11 de ago. de 2017

Ver no GitHub
 (9 comments) (1 reaction) (0 assignees)JavaScript (2.731 forks)batch import
cat-featuregood first issuehelp wantedhigh-prioritytriaged

Métricas do repositório

Stars
 (41.514 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

This is an enhancement.

What is the current behavior?

Running yarn add pkg in a workspace will install the latest version of pkg.

What is the expected behavior?

Running yarn add pkg in a workspace should use the same version as the other workspaces if possible in order to deduplicate them.

This is a potentially confusing change so we can discuss it there.

Guia do colaborador