“Node Sass does not yet support your current environment: Linux 64-bit with false"
See original GitHub issueGetting this error on Arch Linux.
$ gulp -v
[19:43:15] CLI version 3.9.1
[19:43:15] Local version 3.9.1
$ npm -v
3.9.0
Issue Analytics
- State:
- Created 7 years ago
- Comments:5
Top Results From Across the Web
Node Sass does not yet support your current environment
Node Sass does not yet support your current environment : Linux 64-bit with false · I have the same issue. · @antjanus Updated...
Read more >Error: Node Sass does not yet support your current ... - GitHub
Using node-sass doesn't seem to work with v6.3.1 node on 64-bit Linux, even though there was a merge to support node v6 ...
Read more >How to fix “Error: Node Sass does not yet support your current ...
How to fix “Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (57)”.
Read more >Node Sass does not yet support your current environment
Node Sass does not yet support your current environment ... This most likely means, you're running a higher version of node than supported...
Read more >node sass does not yet support your current environment
If the version of node is wrong, you must downgrade node, ... Node Sass does not yet support your current environment: Linux 64-bit...
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
@jitendravyas - ran into the same problem today - oddly enough
npm remove node-sass
andnpm install node-sass
fixed it for me (for now)@rochdev this is something we would like to do but we need help from the community - see https://github.com/sass/node-sass/issues/1589