mirror of
https://github.com/denoland/deno.git
synced 2025-03-05 18:37:20 -05:00

Cache busts the http cache when the lockfile integrity doesn't match what's in the cache. This will help when someone's lockfile is in line with the remote server, but their local cache isn't.
13 lines
647 B
Text
13 lines
647 B
Text
Download http://localhost:4545/wasm/math.wasm
|
|
Download http://localhost:4545/wasm/math.wasm
|
|
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/wasm/math.wasm
|
|
Actual: d1643d9d4ba8f34ee5198717860cbc629013179addba6d4e347b68eb721c73b4
|
|
Expected: c4fdd49432f1517835b93274447890007947f9d30674ab7f1474091860113d95
|
|
|
|
This could be caused by:
|
|
* the lock file may be corrupt
|
|
* the source itself may be corrupt
|
|
|
|
Investigate the lockfile; delete it to regenerate the lockfile or --reload to reload the source code from the server.
|