Commit d16a7c8
committed
fix: specify build_from_source using env vars
Newer npm/yarn versions don't populate `process.env.npm_config_argv` resulting in `npm/yarn` installs hanging. This fixes the issue
https://github.com/prebuild/node-gyp-build/blob/464e3881600de2107f35fd1c55afff232a768123/bin.js#L751 parent c3d4666 commit d16a7c8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments