mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user