0x80 / isolate-package

Isolate a monorepo package with its internal dependencies to form a self-contained directory with a pruned lockfile
MIT License
127 stars 13 forks source link

Package manager "bun" is not currently supported #110

Open siderakis opened 1 week ago

siderakis commented 1 week ago

The readme says bun is partially supported. Is there a step to get it working? Thanks!

siderakis commented 1 week ago

Ohh, I think there just needs to be another release.

0x80 commented 2 days ago

The readme mentioned something that hadn't been published yet. It has now in 1.20.0. Basically it falls back to NPM for the isolated output.

Recently, we've discovered that the NPM lockfile doesn't respect the original lockfile versions from the root of the monorepo, so you might not want to use this.

It seems that currently the only two package managers that are fully supported are PNPM and Yarn.