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
Per our standup discussion, this is likely due to node-sass not being able to download a binary for the ARM m1 architecture, so it falls back to building with node-gyp, python, etc. Those build tools are missing from our image, which is why the build fails. On x86 node-sass has pre-built binaries that can simply be downloaded, so no build tools are required.
The best way forward is to replace node-sass with sass (Dart Sass) in our development chain, as Dart sass should be architecture independent. I've created #1137 to replace node-sass with sass
No description provided.
The text was updated successfully, but these errors were encountered: