File esbuild_version.patch of Package code
Do not expect a specific esbuild version.
--- a/build/node_modules/esbuild/install.js
+++ a/build/node_modules/esbuild/install.js
@@ -92,7 +92,7 @@
}
throw err;
}
- if (stdout !== versionFromPackageJSON) {
+ if (0) {
throw new Error(`Expected ${JSON.stringify(versionFromPackageJSON)} but got ${JSON.stringify(stdout)}`);
}
}
--- vendor/build/node_modules/esbuild/lib/main.js 2025-07-10 21:36:04.809980277 +0200
+++ vendor/build/node_modules/esbuild/lib/main.js 2025-07-10 21:43:22.449928183 +0200
@@ -642,7 +642,6 @@ function createChannel(streamIn) {
isFirstPacket = false;
let binaryVersion = String.fromCharCode(...bytes);
if (binaryVersion !== "0.25.5") {
- throw new Error(`Cannot start service: Host version "${"0.25.5"}" does not match binary version ${quote(binaryVersion)}`);
}
return;
}