We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd70abe commit 3637abdCopy full SHA for 3637abd
tools/dep_updaters/update-undici.sh
@@ -80,7 +80,7 @@ cd "$ROOT"
80
81
# Rebuild components from source
82
rm lib/llhttp/llhttp*.*
83
- "$NODE" "$NPM" install --no-bin-link --ignore-scripts
+ "$NODE" "$NPM" install --ignore-scripts
84
"$NODE" "$NPM" run build:wasm > lib/llhttp/wasm_build_env.txt
85
"$NODE" "$NPM" run build:node
86
"$NODE" "$NPM" prune --production
0 commit comments