-
Notifications
You must be signed in to change notification settings - Fork 100
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
Comments
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). |
I too am not being able to use my deno blog in localhost, but works fine when deployed. |
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. ✅ |
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 shows0.3.0
for the remote import.How can I update this dependency version?
Deno version:
deno 1.46.3 (stable, release, x86_64-pc-windows-msvc)
The text was updated successfully, but these errors were encountered: