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

[unsupported] Installing node-sass 4.12 on Node 14 #3291

Closed gasgithub closed 2 years ago

gasgithub commented 2 years ago

I have this dependency in package-lock:

   "node-sass": {
      "version": "4.12.0",

when running npm install on project or directly npm install --save-dev node-sass@4.12.0 I see the following error:

npm install --save-dev node-sass@4.12.0
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
npm WARN deprecated har-validator@5.1.5: this library is no longer supported

> node-sass@4.12.0 install /tmp/dtcc/cplane-frontend/src/main/cp1-web-frontend/node_modules/node-sass
> node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.12.0/linux-x64-83_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.12.0/linux-x64-83_binding.node":

HTTP error 404 Not Found

The 404 is correct as there is no such link, as the latest build for 4.12 is -72 https://github.com/sass/node-sass/releases/tag/v4.12.0 so why the installer is trying to download -83???

nschonni commented 2 years ago

https://github.com/sass/node-sass#node-version-support-policy