summaryrefslogtreecommitdiff
path: root/tests/specs/lockfile/frozen_lockfile/frozen_new_dep_dynamic_jsr.out
blob: c22b529edb998372a9220a10b828ef852af6127d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Download http://127.0.0.1:4250/@denotest/add/meta.json
Download http://127.0.0.1:4250/@denotest/add/1.0.0_meta.json
Download http://127.0.0.1:4250/@denotest/add/1.0.0/mod.ts
error: Uncaught (in promise) TypeError: The lockfile is out of date. Run `deno install --frozen=false`, or rerun with `--frozen=false` to update it.
changes:
 4 | -    "npm:@denotest/add@1": "1.0.0"
 4 | +    "jsr:@denotest/add@1": "1.0.0",
 5 | +    "npm:@denotest/add@1": "1.0.0"
 6 | +  },
 7 | +  "jsr": {
 8 | +    "@denotest/add@1.0.0": {
 9 | +      "integrity": "[WILDCARD]"
10 | +    }
const { add } = await import(scheme + "@denotest/add@1");
                ^
    at [WILDCARD]