Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot open project with this package #10

Open
adamgasiorek opened this issue Sep 25, 2023 · 1 comment
Open

Cannot open project with this package #10

adamgasiorek opened this issue Sep 25, 2023 · 1 comment

Comments

@adamgasiorek
Copy link

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.

@oscarotero
Copy link
Member

oscarotero commented Sep 25, 2023

This is a Deno bug (denoland/deno#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants