fix: remove incorrect npm --jobs flag and override zmq dependency

- Removed '--jobs 1' from npm install (was causing npm to try and install a package named '1').
- Added 'zmq' to overrides in package.json to prevent ancient native build failures.
This commit is contained in:
Timothy Hofland
2026-03-11 08:57:26 +01:00
parent 8ee2795eb7
commit 99755cff26
2 changed files with 4 additions and 3 deletions

View File

@ -16,6 +16,7 @@
},
"overrides": {
"mdns2": "$mdns2",
"node-uuid": "^1.4.8"
"node-uuid": "^1.4.8",
"zmq": "$zmq"
}
}