Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Add Node v6.0.0 support #1504

Closed
KidLinus opened this issue Apr 29, 2016 · 17 comments
Closed

Add Node v6.0.0 support #1504

KidLinus opened this issue Apr 29, 2016 · 17 comments

Comments

@KidLinus
Copy link

KidLinus commented Apr 29, 2016

When using node v6.0.0 with node-sass and webpack i get the following error:

webpack --config webpack.config.dev.js --watch

Hash: 9e5059f15d2b9c2485b1
Version: webpack 1.13.0
Time: 1991ms
Asset Size Chunks Chunk Names
app.js 1.13 MB 0 [emitted] main
[0] multi main 28 bytes {0} [built]
+ 285 hidden modules

ERROR in Node Sass does not yet support your current environment: OS X 64-bit with false
For more information on which environments are supported please see:
TODO URL
@ ./src/style/main.scss 4:14-121

@lorem--ipsum
Copy link

I think it's done but needs a release, looking at the code.

@xzyfer
Copy link
Contributor

xzyfer commented Apr 29, 2016

We're blocked on appveyor adding mode 6 support.
On 29 Apr 2016 7:25 PM, "Sébastien" notifications@github.com wrote:

I think it's done but needs a release, looking at the code.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#1504 (comment)

@jhough10
Copy link

@xzyfer is there any info on when appveyor will add mode 6 support?

@xzyfer
Copy link
Contributor

xzyfer commented Apr 29, 2016

You know as much as I do
On 30 Apr 2016 12:49 AM, "Justin Hough" notifications@github.com wrote:

@xzyfer https://github.com/xzyfer is there any info on when appveyor
will add mode 6 support?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#1504 (comment)

@lorem--ipsum
Copy link

Meanwhile, I did that (dirty as hell but who cares) to keep on working :

  • change the locally installed files according to b0e1e1b
  • run npm rebuild node-sass

Enjoy (especially if you like flooded console outputs).

@jhough10
Copy link

@lorem--ipsum yeah, the stack traces are a good read especially when you have to find errors. 👍

@glen-84
Copy link

glen-84 commented Apr 29, 2016

Not sure if this is relevant: https://twitter.com/appveyor/status/725385312843632640

@xzyfer
Copy link
Contributor

xzyfer commented Apr 29, 2016

Yeap we're on it. We currently have s failing Windows test with node 6 in
CI only. Going to dig into it in the next 24hrs.
On 30 Apr 2016 5:02 AM, "Glen" notifications@github.com wrote:

Not sure if this is relevant:
https://twitter.com/appveyor/status/725385312843632640


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#1504 (comment)

@JaLuxe
Copy link

JaLuxe commented Apr 29, 2016

I just failed installing on Windows 64 bit.

It seems as if it is tried to download a non-existing .node file "..x-64-48binding.node"

npm 3.8.8
node.js v 6.00

"Cannot download "https://github.com/sass/node-sass/releases/download/v3.4.2/win32-x64-48binding.node":

HTTP error 404 Not Found"

Is there a way to install an older version to get it running until it's fixed?
Thank you in advance for your efforts.

JaLuxe

ps. Sorry if this comment should be misplaced

@Robert-Janagap
Copy link

@JaLuxe same here problem

@byCedric
Copy link

byCedric commented Apr 30, 2016

@JaLuxe Yes, the 48 version of the bindings are not released. Therefore it tries to make it from the source I think. This is because version 48, or node v6.0.0, is not in the latest release. Let's hope everybody is as awesome as usual, and its fixed asap :).

The best workaround for now is just use node v5.x.x...

@ketsugi
Copy link

ketsugi commented Apr 30, 2016

I updated to Node 6.0.0 and now I'm getting these huge stack traces whenever the sass task runs. Am I right to understand that these are not errors and I can ignore them?

@xzyfer
Copy link
Contributor

xzyfer commented May 1, 2016

For those playing along at home we've spent the last 48hrs debugging a bug in Node 6 (nodejs/node#6500) which is blocking us.

@robjens
Copy link

robjens commented May 2, 2016

Well here it builds, it is just a deprecation warning (albeit annoying one) and it should be node 7 ready anyway. When I run gulp it spits out tons of JS/C stack dump but for the rest everything works.

@PepijnSenders
Copy link

Is there any way to silence these stack traces?

@xzyfer
Copy link
Contributor

xzyfer commented May 3, 2016

node-sass@v3.7.0 has been released.

@xzyfer xzyfer closed this as completed May 3, 2016
RegisFrey added a commit to RegisFrey/gulp-sass that referenced this issue May 11, 2016
@Muralilive
Copy link

'npm install gulp-sass ' this work for me

@sass sass locked and limited conversation to collaborators Nov 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests