-
|
hello all, im facing issues with deployment. Assuming this is node issue, i have tried with node:20 as well, but no luck. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
Hey @bencagri! 👋🏻 What happen when you run |
Beta Was this translation helpful? Give feedback.
-
|
i think i found the problem, locally it loads swc/core for ARM64-based Mac M1. and locked in package.json so problem was @swc/core package, additionally it needs |
Beta Was this translation helpful? Give feedback.
-
|
im having the same exact issue and your fix doesnt seem to work |
Beta Was this translation helpful? Give feedback.
i think i found the problem, locally it loads swc/core for ARM64-based Mac M1. and locked in package.json
but, destination is AMD64 (x64) Linux processor.
so problem was @swc/core package, additionally it needs
@swc/core-linux-x64-muslaligning it in docker solves the problem.