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
/Users/oscarotero/www/lumeland/issues/630/node_modules/sharp/lib/output.js:89
const stack = Error();
^
Error: VipsOperation: class "jxlsave" not found
at Sharp.toFile (/Users/oscarotero/test/node_modules/sharp/lib/output.js:89:19)
at file:///Users/oscarotero/test/sharp.mjs:6:4
at ModuleJob.run (node:internal/modules/esm/module_job:262:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:474:24)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:109:5)
The text was updated successfully, but these errors were encountered:
I'm using Sharp 0.33.4 with Node.js v22.3.0 on a macOS 12.7.5
The following code runs well in sharp:
but when I want to save it to jxl:
It shows the following error:
The text was updated successfully, but these errors were encountered: