You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue:
The CI pipeline is failing due to incompatibility between the latest LTS version of Node.js (v22.x) and the version of node-sass currently in use (v8.x). According to the node-sass Node Version Support Policy, [email protected] is not compatible with Node.js v22, resulting in failures during dependency installation.
How to reproduce:
Raise a PR to the main branch and observe the pr-builder.
Upgrade node-sass (if possible): Check if a newer version of node-sass (if available) supports Node.js v22. Update to that version if feasible.
Switch to sass (Dart Sass): Consider replacing node-sass with sass (Dart Sass), which is compatible with all Node.js versions and does not require native bindings.
Pin Node.js Version: Temporarily pin the Node.js version in CI to an older LTS version (e.g., Node v18) that is compatible with [email protected]. This will unblock the CI pipeline until an alternative solution is implemented.
JayaShakthi97
changed the title
CI Fails Due to node-sass Incompatibility with Node.js v22.x
CI fails due to node-sass incompatibility with Node.js v22.xNov 5, 2024
Describe the issue:
The CI pipeline is failing due to incompatibility between the latest LTS version of Node.js (v22.x) and the version of node-sass currently in use (v8.x). According to the node-sass Node Version Support Policy,
[email protected]
is not compatible with Node.js v22, resulting in failures during dependency installation.How to reproduce:
Expected behavior:
Additional context :
Optional Fields
Related issues:
Suggested labels:
The text was updated successfully, but these errors were encountered: