-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update Node-sass in order to reduce build time #469
Comments
+1 🙂 To add to that, here's a table showing which node-sass versions are compatible with which node versions: https://github.com/sass/node-sass#node-version-support-policy The node bindings, available from the node-sass releases have the naming scheme: -<Architecture-_binding.node. |
Didn't notice you already had a PR for that. |
Today i also got build errors during the node-sass build: https://app.circleci.com/pipelines/github/Caleydo/cohort_product/729/workflows/6df51428-bffa-4e94-b428-f9479cf3baa7/jobs/984 node-sass downloads Node headers for the build, which fails with a 404 error:
The link works fine on my machine though, so maybe they blocked CircleCI? EDIT 07/10/2021: Had the same error again today. |
is there a way to overwrite the node-sass version from the product? |
I guess this is obsolete now due to #439 |
We are currently using node-sass
v4.13.1
which does not support Nodev14
(see https://github.com/sass/node-sass/releases). In order to reduce the build time, we should update tov4.14.1
orv5.0.0
if possible.The text was updated successfully, but these errors were encountered: