We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Re-Running CI-Pipeline that worked 2 weeks ago will still work
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.
Pinning CI pipeline to previous image "node:15-buster" works for the time being.
Let CI-Pipeline build a Vue2-Application that apparently uses "sass" as a dependency
The text was updated successfully, but these errors were encountered:
node-sass doesn't support Node 16 yet sass/node-sass#3077 not related to the image
Sorry, something went wrong.
No branches or pull requests
Environment
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
The text was updated successfully, but these errors were encountered: