SentinelPlayground icon indicating copy to clipboard operation
SentinelPlayground copied to clipboard

Does not run on M1

Open MowglyOrizon opened this issue 1 year ago • 3 comments

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)

MowglyOrizon avatar Sep 27 '22 15:09 MowglyOrizon

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.

zcernigoj avatar Oct 03 '22 10:10 zcernigoj

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.

themre avatar Oct 03 '22 11:10 themre

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.

zcernigoj avatar Oct 03 '22 11:10 zcernigoj