From 8fe90d286160d6cc585e18b1a2f4e29bd1523852 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 16 Sep 2024 22:23:40 +0100 Subject: fix(npm): better error handling for remote npm deps (#25670) * https://github.com/denoland/deno_npm/pull/68 --- tests/specs/npm/dynamic_npm_resolution_failure/main.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3