Open injust opened 1 month ago
Deno 2 appears to work with the lockfile disabled.
With the lockfile enabled, I get this error:
Error: Unsupported lockfile version '4'. Try upgrading Deno or recreating the lockfile. Error: Process completed with exit code 1.
Okay let's do it since Deno 2.0 doesn't include deno update for some reason.
deno update
Well it's coming soon actually https://github.com/denoland/deno/pull/26219
Deno 2 appears to work with the lockfile disabled.
With the lockfile enabled, I get this error: