-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Unsupported] Installing node-sass 4.13.1 on Node 14 #2899
Comments
you can use Node.js 13 for now until the node-sass 4.14.0 release is on npm. |
Duplicate #2895 |
@xzyfer Not sure this is a duplicate? This is related to |
It's 4.13.1 trying to download the node 14 binary. |
Seeing the same thing. If you're suddenly hitting this it is most likely because you're using |
Fixed with downgrading Node to v13 (image: node:13-alpine3.10) and "node-sass": "4.13.0" |
Hi, we have the same problem here with BitBucket pipelines. |
We had fixed it on bitbucket with image: node:13-alpine3.11 and "node-sass": "4.13.0". |
"node-sass": "^4.13.1",
I see it on gitlab pipeline
The text was updated successfully, but these errors were encountered: