From 61b077d346545ba91c46a1a88b8d96db99a29e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 29 Nov 2024 10:09:04 +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 PR-URL: https://github.com/nodejs/node/pull/56069 Fixes: https://github.com/nodejs/node/issues/56061 Reviewed-By: Luigi Pinca Reviewed-By: LiviaMedeiros Reviewed-By: Pietro Marchini Reviewed-By: Matteo Collina --- 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