mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
448fe67b7a
Includes: * https://github.com/denoland/deno_graph/pull/486 * https://github.com/denoland/deno_graph/pull/488 * https://github.com/denoland/deno_lockfile/pull/25 * https://github.com/denoland/deno_lockfile/pull/22 * https://github.com/denoland/deno_graph/pull/483 * https://github.com/denoland/deno_graph/pull/470
13 lines
593 B
Text
13 lines
593 B
Text
Download http://localhost:4545/subdir/mod2.ts
|
|
Download http://localhost:4545/subdir/print_hello.ts
|
|
error: Integrity check failed for remote specifier. The source code is invalid, as it does not match the expected hash in the lock file.
|
|
|
|
Specifier: http://localhost:4545/subdir/print_hello.ts
|
|
Actual: fa6692c8f9ff3fb107e773c3ece5274e9d08be282867a1e3ded1d9c00fcaa63c
|
|
Expected: foobar
|
|
|
|
This could be caused by:
|
|
* the lock file may be corrupt
|
|
* the source itself may be corrupt
|
|
|
|
Use the --lock-write flag to regenerate the lockfile or --reload to reload the source code from the server.
|