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
I'm excited to get Deno running on a real app (my personal blog), but the friction is too big to deal with. almost giving up and getting a node/next alternative or something.
can you give me a hand here?
I've tried with both deno 1.46.3 and deno +2 versions.
The text was updated successfully, but these errors were encountered:
Try Deno 1.45.3 - I've found this version to be the last one that works. Seems like the same problem as this: #151. People are reporting it working fine in PROD and not in DEV, but it really boils down to the version of Deno in runtime. This project needs a deps upgrade to support recent versions of Deno.
I faced the same issue and latest commit of this repository contains solution but there is no new version released yet to point new changes in deno.land. So you need to import deno code from github manually until new version released.
Below solution worked for me. ✅
deno 2.1.4 (stable, release, aarch64-apple-darwin). Check this solution
Hi. I followed the process on https://deno.land/x/[email protected]; there's the result on my CLI:
I'm excited to get Deno running on a real app (my personal blog), but the friction is too big to deal with. almost giving up and getting a node/next alternative or something.
can you give me a hand here?
I've tried with both deno 1.46.3 and deno +2 versions.
The text was updated successfully, but these errors were encountered: