Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

[Unsupported] Installing node-sass 4.13.1 on Node 14 #2899

Closed
ReutovDanila opened this issue Apr 22, 2020 · 8 comments
Closed

[Unsupported] Installing node-sass 4.13.1 on Node 14 #2899

ReutovDanila opened this issue Apr 22, 2020 · 8 comments
Labels

Comments

@ReutovDanila
Copy link

ReutovDanila commented Apr 22, 2020

"node-sass": "^4.13.1",

I see it on gitlab pipeline
image

@goto-bus-stop
Copy link

you can use Node.js 13 for now until the node-sass 4.14.0 release is on npm.

@xzyfer
Copy link
Contributor

xzyfer commented Apr 22, 2020

Duplicate #2895

@xzyfer xzyfer closed this as completed Apr 22, 2020
@adwhit
Copy link

adwhit commented Apr 22, 2020

@xzyfer Not sure this is a duplicate? This is related to 4.13.1 failing to download. I have the same problem on CI.

@xzyfer
Copy link
Contributor

xzyfer commented Apr 22, 2020

It's 4.13.1 trying to download the node 14 binary.

@nschonni nschonni changed the title Cannot download [Unsupported] Installing node-sass 4.13.1 on Node 14 Apr 22, 2020
@jpettit
Copy link

jpettit commented Apr 22, 2020

Seeing the same thing. If you're suddenly hitting this it is most likely because you're using node:alpine as your docker image. The tag was just updated to Node 14 / alpine3.11 yesterday.

https:/nodejs/docker-node/blob/2d82f7b12b855d3ce857f09efcf2c5508f0fe26b/14/alpine3.11/Dockerfile

@Sanyaorg
Copy link

Fixed with downgrading Node to v13 (image: node:13-alpine3.10) and "node-sass": "4.13.0"

@sbelausteguiCG
Copy link

Hi, we have the same problem here with BitBucket pipelines.
We've tried @Sanyaorg approach but with same results. All of our pipelines are failing. Does anyone have fixed this with bitbucket?
Thanks!

@sbelausteguiCG
Copy link

Hi, we have the same problem here with BitBucket pipelines.
We've tried @Sanyaorg approach but with same results. All of our pipelines are failing. Does anyone have fixed this with bitbucket?
Thanks!

We had fixed it on bitbucket with image: node:13-alpine3.11 and "node-sass": "4.13.0".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

8 participants