imagemagick-deno icon indicating copy to clipboard operation
imagemagick-deno copied to clipboard

Cannot open project with this package

Open adamgasiorek opened this issue 1 year ago • 1 comments

Hello @oscarotero WHen i am trying to open project which is using your package i have following error: Zrzut ekranu 2023-09-25 o 17 08 04

I tried to remove cache and still error exists. I also tried using initializeImageMagick with magick_native.wasm in your repo but it also doesnt work.

adamgasiorek avatar Sep 25 '23 15:09 adamgasiorek

This is a Deno bug (https://github.com/denoland/deno/issues/19696). I should add a try/catch to avoid this.

Cleaning the cache always worked for me. For example:

await caches.delete("magick_native");

Then, try again and should work.

oscarotero avatar Sep 25 '23 15:09 oscarotero