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

Hi, I’m new to ionic. I have a legacy project that I need to make some modifications to.

But when doing the “ionic-serve” I get the following error:

“Node Sass does not yet support your current environment: OS X Unsupported architecture (arm64) with Unsupported runtime (93)”

I have tried many things that I have seen on the internet, without results… any ideas?

Thank you

Hi @shaappdeveloper,

please try to delete your node_modules folder and your package-lock.json or yarn.lock file.
Run npm i or yarn again.

Greetings,
Marius

Hi @mariusbolik ,

Thanks for answering. Finally, I noticed that need a old versión of node.
When I put node version ‘10.13.0’ it works.

Greetings

1 Like