-
Notifications
You must be signed in to change notification settings - Fork 1.3k
node 13 support (Use node-sass 4.13+) #2765
Comments
Good news - just built node 13 from source and it looks like we have no issues compiling our binding:
|
+1 to this report. NodeJS 13 just recently released and does not play well with node-sass. |
It does play well. #2766 is probably ready to go. |
I hope that it does play well and the issue I'm having is only local to me. I'm on node 13.0.1 and I'm getting the error: Downloading binary from https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-79_binding.node HTTP error 404 Not Found Hint: If github.com is not accessible in your location
or configure npm proxy via
|
@justmedanny This is what this bug is about. node-sass does not currently ship ready to use binaries for node 13. |
Please upgrade to node-sass 4.13.0 when using node 13. Thank you! |
Thank you for your work. Sadly, the one release I need is missing: |
Yeah, looks like the Alpine bindings are missing |
How do we build them? Docker something something? |
The instructions linked to #1996 might still be correct |
Thanks, I think I got it working ... Trying to build now |
@mrpapercut @ramiel node-sass binary for Alpine Linux running node 13 has been uploaded, please check |
Thanks @saper ! I keep meaning to at least add the Alpine build into the release build matrix, but haven't gotten to it. |
Thank you! |
Node 13.0.0 is out.
node-sass does not support node 13 yet.
The text was updated successfully, but these errors were encountered: