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

Open

#1,379 opened on 2018年9月20日

GitHub で見る
 (5 comments) (2 reactions) (0 assignees)TypeScript (30,787 stars) (1,063 forks)batch import
area: monorepoarea: reportinggood first issuesize: S

説明

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.

コントリビューターガイド