error: The source code is invalid, as it does not match the expected hash in the lock file.
help)
3 Replies
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.
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 runthx