mioe
mioe2y ago

error: The source code is invalid, as it does not match the expected hash in the lock file.

deno task start
Task start deno run -A --watch=static/,routes/ dev.ts
Watcher Process started.
The manifest has been generated for 3 routes and 1 islands.
error: The source code is invalid, as it does not match the expected hash in the lock file.
Specifier: https://esm.sh/*preact-render-to-string@5.2.4
Lock file: /Users/mioe/.mi/mint-house/fresh/deno.lock
deno task start
Task start deno run -A --watch=static/,routes/ dev.ts
Watcher Process started.
The manifest has been generated for 3 routes and 1 islands.
error: The source code is invalid, as it does not match the expected hash in the lock file.
Specifier: https://esm.sh/*preact-render-to-string@5.2.4
Lock file: /Users/mioe/.mi/mint-house/fresh/deno.lock
help)
3 Replies
AapoAlas
AapoAlas2y ago
Deno
Command Line Interface | Manual | Deno
Deno is a command line program. You should be familiar with some simple commands having followed the examples thus far and already understand the basics of shell usage.
AapoAlas
AapoAlas2y ago
Deno
Integrity Checking | Manual | Deno
Let's say your module depends on remote module https://some.url/a.ts. When you compile your module for the first time a.ts is retrieved, compiled and cached. It will remain this way until you run
mioe
mioeOP2y ago
thx