Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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://github.com/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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants