pnpm/pnpm

When linking workspace packages, if a matching version cannot be found, and it cannot be found in registry, show available versions in workspace

Fechada

#1.379 aberto em 20 de set. de 2018

 (5 comentários) (2 reações) (0 responsável)TypeScript (1.063 forks)batch import
area: monorepoarea: reportinggood first issuesize: S

Métricas do repositório

Stars
 (30.787 estrelas)
Métricas de merge de PR
 (Mesclagem média 2d 7h) (398 fundiu PRs em 30d)

Description

I ran into a case where I had a dependency on my package but the version was wrong.

It shows the error "Cannot find in registry", which can be super confusing to someone coming into the codebase.

  • If there is a package in the workspace that matches, but the version is different, it should show a warning about this.
  • There should be an option to fail if workspace package exists with non-matching version.

Guia do colaborador