Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS broken on linux? #28

Open
bjeanes opened this issue Sep 6, 2019 · 2 comments
Open

CSS broken on linux? #28

bjeanes opened this issue Sep 6, 2019 · 2 comments

Comments

@bjeanes
Copy link

bjeanes commented Sep 6, 2019

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
Copy link
Owner

koudelka commented Sep 6, 2019

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

I'm open to any suggestions. :)

@bjeanes
Copy link
Author

bjeanes commented Sep 6, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants