sass / node-sass

:rainbow: Node.js bindings to libsass
https://npmjs.org/package/node-sass
MIT License
8.5k stars 1.33k forks source link

Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-57_binding.node": #3417

Closed gigo6000 closed 1 month ago

gigo6000 commented 1 month ago

Our build is failing because of this error:

Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-57_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-57_binding.node":

HTTP error 404 Not Found

We have a legacy app on prod running this old version and we're in the process of migrating to the latest version of node and Angular but in the meantime we need to keep this one running. Was this release of node-sass v3.13.1 deleted from the repo ? It looks like the release is there but not the asset binary. Any help is appreciate it. Thank you!

saper commented 1 month ago

You must using node 8.x somewhere in the process, that's what the "57" number stands for.

gigo6000 commented 1 month ago

Yes, we actually use node v8.11.2 not sure where the other version came from. But anyway we fixed it upgrading gulp-sass to 4.0.0 in case anyone else has this issue.