-
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: 2 comments 1 reply
-
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.
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-musl
aligning it in docker solves the problem.