Node-sass: [Unsupported] Installing node-sass 4.11.0 with Node 12

Created on 26 Apr 2019  路  2Comments  路  Source: sass/node-sass

Node in alpine container cannot install node-sass

[email protected] install /app/node_modules/node-sass
node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.11.0/linux_musl-x64-72_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.11.0/linux_musl-x64-72_binding.node": 
HTTP error 404 Not Found

the same build went well yesterday, seems like the referenced binary is missing

4.11 Invalid - Unsupported Platform Node 12 OS - Alpine Linux

Most helpful comment

found out this was me using node:alpine image and node being updated to v12. node:11-alpine works.
when #2632 gots resolved this will be ok too.

All 2 comments

found out this was me using node:alpine image and node being updated to v12. node:11-alpine works.
when #2632 gots resolved this will be ok too.

I had the same issue and resolve by downgrading my node version to one of older version 8.0.0

Was this page helpful?
0 / 5 - 0 ratings