Module not found: Error: Can't resolve './swc.android-arm64.node' #6565
Unanswered
adamwong246
asked this question in
Q&A
Replies: 2 comments
-
Attempting to install those missing packages returns
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This happens when you "create" a The workaround that I found for this issue is installing the specific bindings package for my prod env. "optionalDependencies": {
"@swc/core-linux-x64-musl": "^1.3.21"
}, So when I install this in dev env it will not fail bc it's an optional dependency. And in my prod env it will install just fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get this error all the time and I was wondering if anyone could tell me what it means and how to resolve it?
Similar errors are thrown for
@swc/core-linux-x64-musl
,@swc/core-linux-x64-gnu
,@swc/core-freebsd-x64
and several others.Beta Was this translation helpful? Give feedback.
All reactions