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
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
I am trying to use dart-sass-embedded in Docker image builded from official node:18-alpine image.
By default dart-sass-embedded dont work on alpine with error:
bash-5.1# ./dist/lib/src/vendor/dart-sass-embedded/dart-sass-embedded
bash: ./dist/lib/src/vendor/dart-sass-embedded/dart-sass-embedded: No such file or directory
I tried install apk add build-base gcompat or apk add libc6-compat but had same error:
BTW. It was very hard to find out real reason of problem. I spend some house in debugging. It will be grate if node sass-embedded module can show details if binary broken then is try to exec it.
The text was updated successfully, but these errors were encountered:
nex3
changed the title
Alphine linux support?
Alpine linux support?
May 10, 2022
Dart itself does not work with musl-libc, it only works with glibc. So dart-sass-embedded simply won't work in alpine. gcompat is not 100% compatible with glibc.
Good day.
I am trying to use dart-sass-embedded in Docker image builded from official
node:18-alpine
image.By default dart-sass-embedded dont work on alpine with error:
I tried install
apk add build-base gcompat
orapk add libc6-compat
but had same error:I tried to use gdb to find fault details but dart-sass-embedded has no debugging symbols.
On install download-compiler-for-end-user.js downloaded https://github.com/sass/dart-sass-embedded/releases/download/1.50.1/sass_embedded-1.50.1-linux-x64.tar.gz inside alphine Docker.
Is where any chase to exec dart sass on alpine?
BTW. It was very hard to find out real reason of problem. I spend some house in debugging. It will be grate if node sass-embedded module can show details if binary broken then is try to exec it.
The text was updated successfully, but these errors were encountered: