-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add Node v6.0.0 support #1504
Comments
I think it's done but needs a release, looking at the code. |
We're blocked on appveyor adding mode 6 support.
|
@xzyfer is there any info on when appveyor will add mode 6 support? |
You know as much as I do
|
Meanwhile, I did that (dirty as hell but who cares) to keep on working :
Enjoy (especially if you like flooded console outputs). |
@lorem--ipsum yeah, the stack traces are a good read especially when you have to find errors. 👍 |
Not sure if this is relevant: https://twitter.com/appveyor/status/725385312843632640 |
Yeap we're on it. We currently have s failing Windows test with node 6 in
|
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 "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? JaLuxe ps. Sorry if this comment should be misplaced |
@JaLuxe same here problem |
@JaLuxe Yes, the The best workaround for now is just use |
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? |
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. |
Well here it builds, it is just a deprecation warning (albeit annoying one) and it should be node 7 ready anyway. When I run |
Is there any way to silence these stack traces? |
[email protected] has been released. |
'npm install gulp-sass ' this work for me |
When using node v6.0.0 with node-sass and webpack i get the following error:
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
The text was updated successfully, but these errors were encountered: