From 86d5b919d8ef55070e95230c9268f69cf58c25c8 Mon Sep 17 00:00:00 2001 From: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:57:43 -0700 Subject: feat(config): Node modules option for 2.0 (#25299) --- ext/node/polyfills/child_process.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/node') diff --git a/ext/node/polyfills/child_process.ts b/ext/node/polyfills/child_process.ts index bb38b746c..f77a430c2 100644 --- a/ext/node/polyfills/child_process.ts +++ b/ext/node/polyfills/child_process.ts @@ -145,7 +145,6 @@ export function fork( args = [ "run", ...op_bootstrap_unstable_args(), - "--node-modules-dir", "-A", ...stringifiedV8Flags, ...execArgv, -- cgit v1.2.3