Node Sass does not yet support your current environment

When I try to compile with yarn start, I get this error:
Module build failed: Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (72)

  • node: v12.14.1
  • npm: 6.13.4
  • yarn: 1.19.1
  • sage: 9.0.9

I have tried npm rebuild node-sass with zero luck

Not sure which node versions are supported but;

nvm ls to see installed node versions - you might have to download the other versions. 12.10.0 is supported because that’s why I’m using or use v10 / v11. Switch to other versions by vm use [Version Number].

This topic was automatically closed after 42 days. New replies are no longer allowed.