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
MuhammaraJS (the drop-in replacement for hummusjs) is processor/architecture specific so when trying to run 'npm run dev' on a mac, it gives this error:
/a2j/dat/node_modules/muhammara/binding/muhammara.node' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
need some kind of architecture auto detect, or a wiki update on how to change it easily.
The text was updated successfully, but these errors were encountered:
A quick but likely insecure workaround is to uninstall MuhammaraJS and re-install HummusJS and fix the require statements in pdf.js and assemble-utils.js.
MuhammaraJS
(the drop-in replacement for hummusjs) is processor/architecture specific so when trying to run 'npm run dev' on a mac, it gives this error:/a2j/dat/node_modules/muhammara/binding/muhammara.node' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
need some kind of architecture auto detect, or a wiki update on how to change it easily.
The text was updated successfully, but these errors were encountered: