npm / statusboard

Public monitor/status/health board for @npm/cli-team's maintained projects

Home Page:https://npm.github.io/statusboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linked Install Strategy Bugs and Feedback

fritzy opened this issue · comments

This issue tracks known issues, feedback, fixes, and broken repos for --install-strategy=linked

Known Issues/Fixes:

  • workspace specific installs failing
    • .children should be CaseInsensitiveMap
    • .inventory might as well be Inventory
  • .bin discovery failing (although placed correctly)
  • package cleanup breaking on failed installs (possibly related to build scripts)

Known Failed Repos/Packages:

  • write team post

are the bugs fixed, can we close this issue?

commented

here's another known bug - npm/cli#6125

@fritzy any updates on bug fixes?

@MylesBorins npm/documentation still doesn't work, because the dependency graphql-compose was working by coincidence. It requires the package graphql, and only resolved when other packages installed it hoisted.

But it at least installs all of the modules properly now.

@MylesBorins npm/documentation still doesn't work, because the dependency graphql-compose was working by coincidence. It requires the package graphql, and only resolved when other packages installed it hoisted.

But it at least installs all of the modules properly now.

as discussed we should call out in our doc, pin the issue so community is aware