We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a4f04 commit 971527bCopy full SHA for 971527b
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