You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: