diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-16 22:23:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 21:23:40 +0000 |
commit | 8fe90d286160d6cc585e18b1a2f4e29bd1523852 (patch) | |
tree | 0381458086e7d4d125a0c19d582fbf729476597e /tests/specs | |
parent | e81c67ba227b00ccde495fb0afb6ae14f69a3a30 (diff) |
fix(npm): better error handling for remote npm deps (#25670)
* https://github.com/denoland/deno_npm/pull/68
Diffstat (limited to 'tests/specs')
-rw-r--r-- | tests/specs/npm/dynamic_npm_resolution_failure/main.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/npm/dynamic_npm_resolution_failure/main.out b/tests/specs/npm/dynamic_npm_resolution_failure/main.out index a795f0233..d9eb7182f 100644 --- a/tests/specs/npm/dynamic_npm_resolution_failure/main.out +++ b/tests/specs/npm/dynamic_npm_resolution_failure/main.out @@ -4,7 +4,7 @@ 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 +TypeError: Error in @denotest/dep-cannot-parse@1.0.0 parsing version requirement for dependency "@denotest/esm-basic": "unknown-scheme:unknown" 0: Invalid version requirement 1: Unexpected character. unknown-scheme:unknown |