diff options
Diffstat (limited to 'cli/tools/registry/pm.rs')
-rw-r--r-- | cli/tools/registry/pm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/registry/pm.rs b/cli/tools/registry/pm.rs index 233e68240..2986c1c2a 100644 --- a/cli/tools/registry/pm.rs +++ b/cli/tools/registry/pm.rs @@ -308,7 +308,7 @@ pub async fn add( .context("Failed to update configuration file")?; // clear the previously cached package.json from memory before reloading it - deno_node::PackageJsonThreadLocalCache::clear(); + node_resolver::PackageJsonThreadLocalCache::clear(); // make a new CliFactory to pick up the updated config file let cli_factory = CliFactory::from_flags(flags); // cache deps |