https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32978 Bug ID: 32978 Summary: 'npm install' fails in ktd on aarch64, giving unsupported architecture error for node-sass Change sponsored?: --- Product: Koha Version: master Hardware: Macintosh OS: Mac OS Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: paul.derscheid@lmscloud.de QA Contact: testopia@bugs.koha-community.org The summary already says it, but you can't build Koha's dependencies on aarch64 because it breaks on node-sass which has native bindings that demand x86_64. Therefore we should switch to sass (aka dart-sass) which doesn't have this problem . For a possible migration path, see https://dev.to/ccreusat/migrating-from-node-sass-to-sass-dart-sass-with-npm-... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.