From e1d7d7b0e365c3ddfee9e52371dd2c6d75e132e6 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 1 Sep 2022 11:50:12 -0400 Subject: fix(npm): better node version and version requirement compatibility (#15714) --- cli/tests/testdata/npm/deno_run_non_existent.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/testdata/npm/deno_run_non_existent.out b/cli/tests/testdata/npm/deno_run_non_existent.out index 6d406d8f9..4f5d7b4c1 100644 --- a/cli/tests/testdata/npm/deno_run_non_existent.out +++ b/cli/tests/testdata/npm/deno_run_non_existent.out @@ -1,2 +1,2 @@ Download http://localhost:4545/npm/registry/mkdirp -error: Could not find npm package 'mkdirp' matching =0.5.125. Try retreiving the latest npm package information by running with --reload +error: Could not find npm package 'mkdirp' matching 0.5.125. Try retreiving the latest npm package information by running with --reload -- cgit v1.2.3