From 0bfbd005e90d4fd600378fc0225e08014349fad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 29 Nov 2024 08:15:16 +0100 Subject: [PATCH] tools: fix update-undici script The `build:node` npm script now expects esbuild to be installed and bin-linked. Closes: https://github.com/nodejs/node/issues/56061 --- tools/dep_updaters/update-undici.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dep_updaters/update-undici.sh b/tools/dep_updaters/update-undici.sh index f8906f64e846d6..087038cfd45ed1 100755 --- a/tools/dep_updaters/update-undici.sh +++ b/tools/dep_updaters/update-undici.sh @@ -80,7 +80,7 @@ cd "$ROOT" # Rebuild components from source rm lib/llhttp/llhttp*.* - "$NODE" "$NPM" install --no-bin-link --ignore-scripts + "$NODE" "$NPM" install --ignore-scripts "$NODE" "$NPM" run build:wasm > lib/llhttp/wasm_build_env.txt "$NODE" "$NPM" run build:node "$NODE" "$NPM" prune --production