Skip to content

Commit e6e1495

Browse files
targosruyadorno
authored andcommittedJan 5, 2025
tools: fix update-undici script
The `build:node` npm script now expects esbuild to be installed and bin-linked. Closes: #56061 PR-URL: #56069 Fixes: #56061 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Pietro Marchini <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
1 parent 669c722 commit e6e1495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/dep_updaters/update-undici.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ cd "$ROOT"
8080

8181
# Rebuild components from source
8282
rm lib/llhttp/llhttp*.*
83-
"$NODE" "$NPM" install --no-bin-link --ignore-scripts
83+
"$NODE" "$NPM" install --ignore-scripts
8484
"$NODE" "$NPM" run build:wasm > lib/llhttp/wasm_build_env.txt
8585
"$NODE" "$NPM" run build:node
8686
"$NODE" "$NPM" prune --production

0 commit comments

Comments
 (0)