blob: 7c86a23cf3b90069f3bfa3d246f9e34b1f61de37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Download http://localhost:4545/welcome.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:
10 | - }
10 | + },
11 | + "remote": {
12 | + "http://localhost:4545/welcome.ts": "[WILDCARD]"
13 | + }
const _ = await import(scheme + "localhost:4545/welcome.ts");
^
at [WILDCARD]
|