Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#1219·oclif

Not all package managers are respected

Author: moltarCreated Dec 14, 2023Updated May 16, 2025
Labelshelp wantedpackage managers

It looks like only yarn and npm are handled, but pnpm (and others) are not.

https://github.com/oclif/oclif/blob/3570d93f5eac061a6b59518bf69a73fb013e1754/src/tarballs/build.ts#L70-L99

Related:

  • #1170
  • #759

I think this should be solved with a proper interface that each package manager solution can implement.

Source: oclif/oclif

View original on GitHubView discussion on GitHub