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 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.
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.
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: