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 Visualisierung container doesn't build on my work laptop, a MacBook with Apple Silicon, due to node-sass not building on arm64.
I was able to let it build by replacing node-sass in the package.json with sass, version +1.52.3. This is a recommended workaround 12, since libsass, which node-sass requires, is deprecated 3. Since sass exposes the same API to node-sass, replacing with this newer and supported package should be suitable.
The Visualisierung container doesn't build on my work laptop, a MacBook with Apple Silicon, due to
node-sass
not building on arm64.I was able to let it build by replacing
node-sass
in thepackage.json
withsass
, version+1.52.3
. This is a recommended workaround 1 2, sincelibsass
, whichnode-sass
requires, is deprecated 3. Sincesass
exposes the same API tonode-sass
, replacing with this newer and supported package should be suitable.Here is a patch for the
package.json
:The text was updated successfully, but these errors were encountered: