visualixir icon indicating copy to clipboard operation
visualixir copied to clipboard

CSS broken on linux?

Open bjeanes opened this issue 4 years ago • 2 comments

iex(visualixir@vorpal)2> 17:57:01 - warn: Loading of sass-brunch failed due to Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (72)
For more information on which environments are supported please see:

Running brunch explicitly succeeds in generating JS but not CSS...

bjeanes avatar Sep 06 '19 08:09 bjeanes

That's curious. I don't have a linux environment to test on at the moment though.

I'm open to any suggestions. :)

koudelka avatar Sep 06 '19 16:09 koudelka

Your project has .tool-versions with Node 9 but you are using a version of sass-brunch which uses node-sass v4.5.3, which does not support Node 9

Upgrading sass-brunch to the latest released version on NPM fixed the issue for me, but I'm not sure why that Git version is pinned. It seems like a recent change...

bjeanes avatar Sep 06 '19 22:09 bjeanes