Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for libc in package.json to filter package to download #16282

Open
binhtran432k opened this issue Jan 9, 2025 · 0 comments
Open
Labels
bun install Something that relates to the npm-compatible client enhancement New feature or request

Comments

@binhtran432k
Copy link

What is the problem this feature would solve?

Packages use Napi-rs usually ship with both musl and glibc to NPM registry, this will make the package manager pull double size of packages it should pull. NPM have already support this feature to filter the package to download https://docs.npmjs.com/cli/v11/configuring-npm/package-json#libc

What is the feature you are proposing to solve the problem?

Implement filter libc support like in https://docs.npmjs.com/cli/v11/configuring-npm/package-json#libc

What alternatives have you considered?

No response

@binhtran432k binhtran432k added the enhancement New feature or request label Jan 9, 2025
@RiskyMH RiskyMH added the bun install Something that relates to the npm-compatible client label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bun install Something that relates to the npm-compatible client enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants