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 run blog from a remote URL." error when initing the proejct #153

Open
ologbonowiwi opened this issue Oct 23, 2024 · 2 comments
Open

Comments

@ologbonowiwi
Copy link

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.

@tdharris
Copy link

tdharris commented Nov 2, 2024

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.

@AlperRehaYAZGAN
Copy link

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

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

3 participants