Fix Windows build issue by adding node-gyp-build dependency

- Add explicit node-gyp-build@4.8.4 dependency to accounts-password
- Resolves missing dependency error when building argon2 on Windows
- Fixes #13663
This commit is contained in:
shanky
2025-10-06 00:51:01 +05:30
parent 8eb67c1795
commit c07ab2cd57

View File

@@ -11,6 +11,7 @@ Package.describe({
Npm.depends({
bcrypt: "5.0.1",
argon2: "0.41.1",
"node-gyp-build": "4.8.4",
});
Package.onUse((api) => {