[Koha-bugs] [Bug 32978] New: 'npm install' fails in ktd on aarch64, giving unsupported architecture error for node-sass

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 16 10:08:18 CET 2023


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 at lists.koha-community.org
          Reporter: paul.derscheid at lmscloud.de
        QA Contact: testopia at 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-3g3c

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list