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 bb8c535 commit 33efedeCopy full SHA for 33efede
install/index.js
@@ -3,7 +3,8 @@ var args = process.env.CI === 'true' ? ['rebuild', '--debug'] : ['rebuild'];
3
var child = require('child_process').spawn('node-gyp', args, {
4
encoding: 'utf8',
5
stdio: 'inherit',
6
- cwd: require('path').dirname(__dirname)
+ cwd: require('path').dirname(__dirname),
7
+ shell: true
8
});
9
10
child.on('exit', function (code) {
0 commit comments