From 03e6727a0461bf83865f6f0412f4fb8990cf27e6 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 2 Sep 2022 11:21:40 -0400 Subject: fix(npm): correct exact matching of pre-release versions (#15745) --- cli/npm/resolution.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/npm/resolution.rs') diff --git a/cli/npm/resolution.rs b/cli/npm/resolution.rs index b6d643bb1..4f46bbed4 100644 --- a/cli/npm/resolution.rs +++ b/cli/npm/resolution.rs @@ -514,7 +514,7 @@ fn get_resolved_package_version_and_info( None => bail!( concat!( "Could not find npm package '{}' matching {}{}. ", - "Try retreiving the latest npm package information by running with --reload", + "Try retrieving the latest npm package information by running with --reload", ), pkg_name, version_matcher.version_text(), -- cgit v1.2.3