Update node-sass
See original GitHub issueRecently 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:
- Created 7 years ago
- Reactions:8
- Comments:11 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
still present 😃