From 0b441daa8d6ac0e8ce02ee35cb07973e98714b5c Mon Sep 17 00:00:00 2001 From: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> Date: Fri, 25 Jul 2025 18:56:32 +0200 Subject: [PATCH] fix(bundle): don't force managed npm resolution (#30200) Fixes #30187. If you're using --node-modules-dir=manual we should respect that, since resolution may not work with the managed resolver --- cli/factory.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/factory.rs b/cli/factory.rs index 8c8b4a25cc..629cc22044 100644 --- a/cli/factory.rs +++ b/cli/factory.rs @@ -1227,7 +1227,6 @@ fn new_workspace_factory_options( | DenoSubcommand::Init(_) | DenoSubcommand::Outdated(_) | DenoSubcommand::Clean(_) - | DenoSubcommand::Bundle(_) ), no_lock: flags.no_lock || matches!(