deno_blog icon indicating copy to clipboard operation
deno_blog copied to clipboard

"Cannot run blog from a remote URL." error when initing the proejct

Open wesleymatosdev opened this issue 1 year ago • 2 comments

Hi. I followed the process on https://deno.land/x/[email protected]; there's the result on my CLI: image

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.

wesleymatosdev avatar Oct 23 '24 22:10 wesleymatosdev

Try Deno 1.45.3 - I've found this version to be the last one that works. Seems like the same problem as this: https://github.com/denoland/deno_blog/issues/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.

tdharris avatar Nov 02 '24 20:11 tdharris

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

alperreha avatar Dec 20 '24 13:12 alperreha