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

i have a issues with dart-sass #2147

Closed
peterPNG opened this issue Dec 12, 2023 · 3 comments
Closed

i have a issues with dart-sass #2147

peterPNG opened this issue Dec 12, 2023 · 3 comments

Comments

@peterPNG
Copy link

[peterg@AtomicLabs ~]$ sass --version
/opt/dart-sass/sass: line 20: /opt/dart-sass/src/dart: cannot execute binary file: Exec format error
/opt/dart-sass/sass: line 20: /opt/dart-sass/src/dart: Success

I got a similar error after downloading dart-sass from github. I had downloaded sass with ruby, and I successful installed it but after seeing the error saying it's no longer supported I opted for dart-sass. But now I get the above error which i don't understand.

@ntkme
Copy link
Contributor

ntkme commented Dec 12, 2023

Most likely the binary you downloaded does not match your platform.

What is the output of:

uname -a

And what's the output of:

file /opt/dart-sass/src/dart

And:

ldd /opt/dart-sass/src/dart

@peterPNG
Copy link
Author

@atomiclabs ~]$ uname -a
Linux AtomicLabs 5.15.71-1-MANJARO #1 SMP PREEMPT Wed Sep 28 11:24:27 UTC 2022 x86_64 GNU/Linux

This is just printing gibberish
file /opt/dart-sass/src/dart

for this command this is the output
ldd /opt/dart-sass/src/dart
not a dynamic executable

@ntkme
Copy link
Contributor

ntkme commented Dec 14, 2023

@peterPNG Replied in another thread, that you need x64 version, not arm64 version.

@nex3 nex3 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants