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
The recommended replacement is the dart-sass project, through the sass-embedded package. A part from some CLI-switches the replacement is fully compatible with the old node-sass, so no adjustments of the SASS code in Origo has to be done.
To Reproduce
Steps to reproduce the behavior:
Install Node.js version 22
Clone Origo (or remove node_modules)
Run npm install
Expected behavior
Origo dependencies are built.
Instead, a long error message is produced (originating from node-gyp, a dependency of node-sass).
Screenshots
-
Desktop (please complete the following information):
-
Smartphone (please complete the following information):
-
Additional context
-
The text was updated successfully, but these errors were encountered:
node-sass is no longer actively developed, and breaks on newer versions of Node.js. sass-embedded is based on the dart-sass project and is almost a drop-in replacement.
Closes: origo-map#2106
Describe the bug
Origo currently uses node-sass to compile SASS to CSS. node-sass is no longer actively maintained, and breaks on newer versions of Node.
The recommended replacement is the dart-sass project, through the
sass-embedded
package. A part from some CLI-switches the replacement is fully compatible with the old node-sass, so no adjustments of the SASS code in Origo has to be done.To Reproduce
Steps to reproduce the behavior:
node_modules
)npm install
Expected behavior
Origo dependencies are built.
Instead, a long error message is produced (originating from node-gyp, a dependency of node-sass).
Screenshots
-
Desktop (please complete the following information):
-
Smartphone (please complete the following information):
-
Additional context
-
The text was updated successfully, but these errors were encountered: