-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Both gnu and musl core distributions installed for Ubuntu Linux #3652
Comments
cc @Brooooooklyn Is there a way to fix this? |
As mentioned above, we need to wait npm/rfcs#519 landed to fix this issue. |
Hey @kdy1 @Brooooooklyn - this is causing some NexJS deployment issues on Vercel, as reported in this issue
Here's a screenshot from Vercel build log: My current super hacky fix with gnarly consequences: Add a
This gets us under the threshold but opens us up to failure if indeed Are there any alternatives you suggest? Anything else downstream we can do to avoid this double inclusion? |
This is not a bug of swc |
Latest npm claims this issue is fixed, so closing. In any case this is techinically pkg mgr issue. |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Describe the bug
After
npm i @swc/jest
in a project, there are two core distributions available innode_modules
:Input code
Config
n/a
Playground link
No response
Expected behavior
Both of these are >70M in size. Ideally only one would be installed at a time.
Actual behavior
Both packages have the same system dependencies listed in their
package.json
files:...and so both get installed on Linux x64 systems.
Version
1.2.143
Additional context
I'm not familiar enough with npm/node OS & CPU identifiers to know whether a more granular description could be used. If there is, I would love to send a PR to fix this. 😄
If not, it might be the case that npm/rfcs#519 blocks a real resolution?
Context: typescript-eslint/tslint-to-eslint-config#1367. WSL 2.0 in an Ubuntu drive.
The text was updated successfully, but these errors were encountered: