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
Turns out that I needed a different SWC binary due to the fact that I was using an Alpine docker container for my project.
After using NPM to install SWC including their @swc/core-linux-musl package and changing my config to use that binary instead it worked.
Oh and another note: Your documentation says that I should add "binary" to my config file. This apparently has to be swc_binary instead.
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting this issue. Could you tell me what version of alpine you're running so I can see what went wrong in the binary version resolution ?
And nice catch for the documentation error, I'll make the change ASAP.
I was getting a Segmentation fault trying to run SWC after following the installation https://symfony.com/bundles/AssetMapperTypeScriptBundle/current/index.html
Turns out that I needed a different SWC binary due to the fact that I was using an Alpine docker container for my project.
After using NPM to install SWC including their @swc/core-linux-musl package and changing my config to use that binary instead it worked.
Oh and another note: Your documentation says that I should add "binary" to my config file. This apparently has to be swc_binary instead.
The text was updated successfully, but these errors were encountered: