File node-pty-no-compile-commands.patch of Package code
does not work and compile-commands should not be shipped in package anyway
--- vendor/node_modules/node-pty/scripts/post-install.js.orig 2025-03-05 20:01:05.630174260 +0100
+++ vendor/node_modules/node-pty/scripts/post-install.js 2025-03-09 20:16:10.528846057 +0100
@@ -78,6 +78,5 @@ if (os.platform() !== 'win32') {
}
console.log(`\x1b[32m> Generating compile_commands.json...\x1b[0m`);
-execSync('npx node-gyp configure -- -f compile_commands_json');
process.exit(0);
--- vendor/remote/node_modules/node-pty/scripts/post-install.js.orig 2025-03-05 20:01:05.630174260 +0100
+++ vendor/remote/node_modules/node-pty/scripts/post-install.js 2025-03-09 20:16:10.528846057 +0100
@@ -78,6 +78,5 @@ if (os.platform() !== 'win32') {
}
console.log(`\x1b[32m> Generating compile_commands.json...\x1b[0m`);
-execSync('npx node-gyp configure -- -f compile_commands_json');
process.exit(0);