-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
error: Unsupported lockfile version '4'. #25144
Comments
You have to run |
Ahh thanks, now I understand. |
Is there a way to set DENO_FUTURE=1 flag without having to specify it every time a command is run? I have it set up in the |
You can upgrade to the latest 2.0-rc ( |
Version: Deno 1.46.0
It seems
deno lint
(and other deno subcommands) does not support lockfile version 4 or ignoresDENO_FUTURE=1
.Lockfile version 4 was introduced with #25059.
deno.jsonc
:main.ts
:The text was updated successfully, but these errors were encountered: