Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error Node Sass does not yet supported your current environment: OS X Unsupported architecture (arm64)

Tags:

sass

node-sass

I'm having problems using node sass on mac M1, what workaround could solve the problem?

like image 674
Gabriel Caiana Avatar asked Oct 24 '25 07:10

Gabriel Caiana


1 Answers

npm install node-sass should bring you to the latest version.

Issue went away for me after updating.

like image 114
Chris Hunter Avatar answered Oct 26 '25 22:10

Chris Hunter