question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Recently I’ve tried to run brunch build --production on my Linux virtual machine and got this message:

warn: Loading of sass-brunch failed due to Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (51)

As the message says, it looks like Linux versions are supported only on newer versions of node-sass.

The current version of node-sass used in this project is v3.8.0 while their latest release is v4.5.0. Do you guys consider updating this project to newer versions anytime soon?

How can I work around this issue in the meanwhile so I can compile my brunch project directly from my production machine?

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:8
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
jukebox017commented, May 18, 2017

@kazzkiq I forked this repo and updated node-sass to v.4.5.3. I did not see any errors (although my test app is very simple). I am using Node 7.2.1. Can you see if it works for you?

npm install git+https://git@github.com/jukebox017/sass-brunch.git

1reaction
MeerKatDevcommented, Apr 4, 2020

still present 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

node-sass - npm
Start using node-sass in your project by running `npm i node-sass`. There are 12490 other projects in the npm registry using node-sass.
Read more >
Issue using node-sass after updating NodeJS - Stack Overflow
Go to Tools -> Options -> Project and Solutions -> Web Package Management · In "Location of External Tools" Add a new entry...
Read more >
Node Sass does not yet support your current environment
Here is how you can fix node incompatibility error, using "Node Sass does not yet support your current environment" as an example.
Read more >
sass/node-sass: Node.js bindings to libsass - GitHub
Node -sass is a library that provides binding for Node.js to LibSass, the C version of the popular stylesheet preprocessor, Sass. It allows...
Read more >
Install Sass
The sass package is pure JavaScript, which is a little slower but can be installed on all platforms Node.js supports. The sass-embedded package...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found