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

latest (v16) breaks my CI-pipelines on the yarn install step #1476

Closed
mechaot opened this issue Apr 27, 2021 · 1 comment
Closed

latest (v16) breaks my CI-pipelines on the yarn install step #1476

mechaot opened this issue Apr 27, 2021 · 1 comment

Comments

@mechaot
Copy link

mechaot commented Apr 27, 2021

Environment

  • Platform: Gitlab CI/CD with kubernetes runner (gitlab-runner 13.8.0~beta.155.g38bb333b)
  • Docker Version: Docker version 20.10.2, build 20.10.2-0ubuntu1~20.04.2
  • Node.js Version:
  • Image Tag: node:latest 2b67c5888e26a4427faec4741c9db1445df567c3bd76bc35c59a39f83ba75ba1

Expected Behavior

Re-Running CI-Pipeline that worked 2 weeks ago will still work

Current Behavior

installing packages by the ci runner via "yarn install" or "npm install" crashes with compiler errors from "sass"-module

CI-Pipeline output:
ci-pipeline-log.txt

Employing "yarn install -std=c++17" just crashes the container without any log messages.

Possible Solution

Pinning CI pipeline to previous image "node:15-buster" works for the time being.

Steps to Reproduce

Let CI-Pipeline build a Vue2-Application that apparently uses "sass" as a dependency

Additional Information

@nschonni
Copy link
Member

node-sass doesn't support Node 16 yet sass/node-sass#3077 not related to the image

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

No branches or pull requests

2 participants