Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: Optimize installing npm deps on mac [WIP] #23573

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Fix lint
  • Loading branch information
nathanwhit committed Apr 25, 2024
commit 5b2c9f2ab7199df46058ce4cbf5dd9e48856372e
1 change: 0 additions & 1 deletion cli/tools/installer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ pub fn uninstall(uninstall_flags: UninstallFlags) -> Result<(), AnyError> {

async fn install_local(flags: Flags) -> Result<(), AnyError> {
let factory = CliFactory::from_flags(flags)?;
let cli_options = factory.cli_options();
let npm_resolver = factory.npm_resolver().await?;

if let Some(npm_resolver) = npm_resolver.as_managed() {
Expand Down