summaryrefslogtreecommitdiff
path: root/tests/specs/npm/dynamic_npm_resolution_failure/main.out
blob: 03c733567b90aa8fa554acfcbf95458d1e032aa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[UNORDERED_START]
Download http://localhost:4260/chalk
Download http://localhost:4260/@denotest/dep-cannot-parse
[UNORDERED_END]
Download http://localhost:4260/chalk/chalk-5.0.1.tgz
Hi
TypeError: Error in @denotest/dep-cannot-parse@1.0.0 parsing version requirement for dependency: @denotest/esm-basic@unknown-scheme:unknown

Invalid npm version requirement. Unexpected character.
  unknown-scheme:unknown
  ~
    at async file:///[WILDLINE]main.ts:5:3 {
  code: "ERR_MODULE_NOT_FOUND"
}
Bye