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

M1 ARM node-sass Error #2

Closed
makebasic opened this issue Apr 25, 2022 · 2 comments
Closed

M1 ARM node-sass Error #2

makebasic opened this issue Apr 25, 2022 · 2 comments

Comments

@makebasic
Copy link

  1. I can run npm install only with --ignore-scripts
    I found (node-sass won't compile on Python 3 systems (e.g. EL8) due to node-gyp dependency lock sass/node-sass#2877)

  2. But if I want to run npm run gulp watch it says:
    Error: Node Sass does not yet support your current environment: OS X Unsupported architecture (arm64) with Unsupported runtime (102)
    I found (Apple ARM Support sass/node-sass#3033) and (https://sebastix.nl/blog/issue-with-node-sass-in-docker-on-apples-silicon-arm-m1-chipset/)

It would be nice if you can compile with sass instead of node-sass :)

Everything runs fine on my Mac (2010) with High Sierra...

@claudia-romano
Copy link
Contributor

Hi there, sorry about that. You may need to upgrade the version of gulp-sass (from v4 to v5). This will fix your issue (gulp-sass v5 does not include nose-sass).

Let me know if you need any help for that. Cheers!

@makebasic
Copy link
Author

Thank you very much!

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