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

How to change the dependency package version #151

Open
YASH-GOSARA opened this issue Sep 25, 2024 · 3 comments
Open

How to change the dependency package version #151

YASH-GOSARA opened this issue Sep 25, 2024 · 3 comments

Comments

@YASH-GOSARA
Copy link

I'm trying out this repo, but when I run deno task dev, it gives me a warning about the emoji package not being the latest version. The latest version is 0.3.1, but the deno.lock file shows 0.3.0 for the remote import.

How can I update this dependency version?

image
image

Deno version: deno 1.46.3 (stable, release, x86_64-pc-windows-msvc)

@tdharris
Copy link

tdharris commented Oct 10, 2024

This happens for me as well, and starting with Deno 2.0.0 it causes the process to fail. @denoland Please be cautious bumping Deno Deploy to 2.0.0 as it will cause our deno_blog based sites to crash.

As mentioned above, denosaurs/emoji v0.3.1 contains the fix (released Sep 9).

@anuragpoolakkal
Copy link

I too am not being able to use my deno blog in localhost, but works fine when deployed.

@AlperRehaYAZGAN
Copy link

I faced the same issue and latest commit of this repository contains correct version imports of gfm^0.10.0 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. You need to import latest commit manually and add if any old version exist tell deno to force to point new gfm version like comment below:

Below solution worked for me to update gfm version and url errors. ✅
my setup: deno 2.1.4 (stable, release, aarch64-apple-darwin).
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

4 participants