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
After Deno 1.18.0 release, I discovered Deno created a file called deno.lock, I think it's similar to NPM lockfile.
Udd bug is that dependencies update seems not to handle (ex. edit, create) the file, which I is kept intact (or not created) after update.
A workaround I found is to update deps with Udd, then remove the lockfile (if present) and run the project. This makes sure Deno automatically creates this file.
Would be great and fair if Udd updates automatically all dependencies on lockfile, too, with all hashes.
The text was updated successfully, but these errors were encountered:
After Deno
1.18.0
release, I discovered Deno created a file calleddeno.lock
, I think it's similar to NPM lockfile.Udd bug is that dependencies update seems not to handle (ex. edit, create) the file, which I is kept intact (or not created) after update.
A workaround I found is to update deps with Udd, then remove the lockfile (if present) and run the project. This makes sure Deno automatically creates this file.
Would be great and fair if Udd updates automatically all dependencies on lockfile, too, with all hashes.
The text was updated successfully, but these errors were encountered: