koudelka / visualixir

A process/message visualizer for BEAM nodes.💪👁
MIT License
1.32k stars 46 forks source link

CSS broken on linux? #28

Open bjeanes opened 5 years ago

bjeanes commented 5 years ago
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...

koudelka commented 5 years ago

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

I'm open to any suggestions. :)

bjeanes commented 5 years ago

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...