We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91f5233 + 0c55932 commit 288ab93Copy full SHA for 288ab93
lifecycleScripts/postinstall.js
@@ -30,7 +30,7 @@ module.exports = function install() {
30
return Promise.resolve();
31
}
32
33
- return exec("node " + path.join(rootPath, "dist/nodegit.js"))
+ return exec("node \"" + path.join(rootPath, "dist/nodegit.js\""))
34
.catch(function(e) {
35
if (~e.toString().indexOf("Module version mismatch")) {
36
console.warn(
0 commit comments