diff options
Diffstat (limited to 'cli/npm/installer.rs')
-rw-r--r-- | cli/npm/installer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/npm/installer.rs b/cli/npm/installer.rs index 9e7b413b4..8f3db0531 100644 --- a/cli/npm/installer.rs +++ b/cli/npm/installer.rs @@ -105,7 +105,7 @@ impl PackageJsonDepsInstaller { let (req, info) = result?; let result = inner .npm_resolution - .resolve_package_req_as_pending_with_info(req, &info); + .resolve_pkg_req_as_pending_with_info(req, &info); if let Err(err) = result { if inner.npm_registry_api.mark_force_reload() { log::debug!("Failed to resolve package. Retrying. Error: {err:#}"); |