Build Error: Node Sass does not yet support your current environment: OS X Unsupported architecture (arm64) with Node.js 18.x #208
Unanswered
pavinduLakshan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the issue:
Has anyone got the following error when building oxygen-ui on Mac M1?
Seems the arm architecture is not supported in node-sass v8 [1], but I was able to build the repo a few months ago with this same version afair.
[1] https://github.com/sass/node-sass/releases/tag/v8.0.0
How to reproduce:
pnpm install
andpnpm build
.Expected behavior:
Should be able to build without an issue.
Environment information (Please complete the following information; remove any unnecessary fields) :
Optional Fields
Related issues:
Suggested labels:
Beta Was this translation helpful? Give feedback.
All reactions