We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89455f4 commit 26a4f04Copy full SHA for 26a4f04
lifecycleScripts/install.js
@@ -36,7 +36,7 @@ return installPrebuilt();
36
function installPrebuilt() {
37
console.info("[nodegit] Fetching binary from S3.");
38
var npg = pathForTool("node-pre-gyp");
39
- return exec(npg + " install --fallback-to-build=false")
+ return exec('"'+ npg + '" install --fallback-to-build=false')
40
.then(
41
function() {
42
console.info("[nodegit] Completed installation successfully.");
0 commit comments