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

Does not run on M1 #48

Open
MowglyOrizon opened this issue Sep 27, 2022 · 3 comments
Open

Does not run on M1 #48

MowglyOrizon opened this issue Sep 27, 2022 · 3 comments

Comments

@MowglyOrizon
Copy link

Node sass version fails with error:
Error: Node Sass does not yet support your current environment: OS X Unsupported architecture (arm64) with Unsupported runtime (93)

@zcernigoj
Copy link

zcernigoj commented Oct 3, 2022

Hey, this project is not actively maintained, so sorry for the inconveniences caused by this.

We put updating the dependencies to our plan but unfortunately we can't confirm when exactly this will be done.

@themre
Copy link
Contributor

themre commented Oct 3, 2022

that's not the issue with M1 but with node version. node-sass is deprecated and was replaced with sass project (doubt that just replacing it will work). To bypass this, use nvm and then install i believe it is version 12 that was last supported: nvm install 12 and then nvm use 12.

@zcernigoj
Copy link

that's not the issue with M1 but with node version. node-sass is deprecated and was replaced with sass project (doubt that just replacing it will work). To bypass this, use nvm and then install i believe it is version 12 that was last supported: nvm install 12 and then nvm use 12.

Ah true, thanks for mentioning the node version. It should work with node version 8, and probably 10 and 12. Just don't know if those versions of node work on M1 chips.

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

3 participants