mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
5dea510b02
This commit adds autodiscovery of lockfile. This only happens if Deno discovers the configuration file (either "deno.json" or "deno.jsonc"). In such case Deno tries to load "deno.lock" file that sits next to the configuration file, or creates one for user if the lockfile doesn't exist yet. As a consequence, "--lock" and "--lock-write" flags had been updated. "--lock" no longer requires a value, if one is not provided, it defaults to "./deno.lock" resolved from the current working directory. "--lock-write" description was updated to say that it forces to overwrite a lockfile. Autodiscovery is currently not handled by the LSP.
9 lines
347 B
Text
9 lines
347 B
Text
Download [WILDCARD]
|
|
error: Integrity check failed for npm package: "@babel/parser@7.19.0". Unable to verify that the package
|
|
is the same as when the lockfile was generated.
|
|
|
|
This could be caused by:
|
|
* the lock file may be corrupt
|
|
* the source itself may be corrupt
|
|
|
|
Use "--lock-write" flag to regenerate the lockfile at "[WILDCARD]lock.json".
|