Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sass-embedded doesn't support Linux distributions that use musl-libc. #155

Closed
Arsnj opened this issue Jul 12, 2022 · 1 comment
Closed
Assignees

Comments

@Arsnj
Copy link

Arsnj commented Jul 12, 2022

#13 118.2 npm ERR! path /app/node_modules/sass-embedded
#13 118.2 npm ERR! command failed
#13 118.2 npm ERR! command sh -c node ./download-compiler-for-end-user.js
#13 118.2 npm ERR! Error: sass-embedded doesn't support Linux distributions that use musl-libc.
#13 118.2 npm ERR! at checkForMusl (/app/node_modules/sass-embedded/dist/tool/utils.js:132:11)
#13 118.2 npm ERR! at async getDartSassEmbedded (/app/node_modules/sass-embedded/dist/tool/utils.js:97:5)
#13 118.2 npm ERR! at async /app/node_modules/sass-embedded/download-compiler-for-end-user.js:13:5

@Goodwine
Copy link
Member

Goodwine commented Aug 2, 2022

The issue is that Dart doesn't support musl-libc, only glibc. Because Sass is built with Dart we can't provide an embedded version that would work with a Linux distro that uses musl-libc.

See dart-lang/sdk#40906

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants