We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89455f4 + 971527b commit 9789e01Copy full SHA for 9789e01
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