sass / node-sass

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

Unable to install node-sass v7.0.0 #3407

Closed buttoski44 closed 6 months ago

buttoski44 commented 6 months ago

i was trying to install node-sass v7.0.0, but url npm is trying to install package from is not correct

image

url that node is trying to download packge from is following https://github.com/sass/node-sass/releases/download/v7.0.0/darwin-arm64-83_binding.node

you can see that in image i have attached, its hitting url that does not exist hence 404 code. but url for v7.0.0 (drwin-arm64-83) has been changed to following location https://github.com/sass/node-sass/releases/download/v7.0.0/darwin-x64-83_binding.node Reference

nschonni commented 6 months ago

https://github.com/sass/node-sass/issues/3033