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

Problem with M1 chip Mac #37

Open
Karkunow opened this issue Feb 15, 2022 · 2 comments
Open

Problem with M1 chip Mac #37

Karkunow opened this issue Feb 15, 2022 · 2 comments

Comments

@Karkunow
Copy link

Hey!

I've been migrating to the new Mac on M1 chip and I am getting this error:
Screenshot 2022-02-15 at 15 38 28

Maybe someone has already stumbled upon something similar?

Thanks!

@Deraen
Copy link
Owner

Deraen commented Feb 15, 2022

sass4clj uses jsass, a java lib providing access to native libsass over Java Native Interface. Jsass has to be compiled for each platform, and it doesn't currently support aarch64: https://gitlab.com/jsass/jsass/-/issues/94

Both libsass and jsass have been deprecated.

@Deraen
Copy link
Owner

Deraen commented Jan 26, 2024

After two years jsass finally supports Apple Silicon: https://gitlab.com/jsass/jsass/-/releases/5.11.0

(And while jsass 5 and libsass are still deprecated, there is new jsass 6 coming up.)

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