Skip to content

Commit

Permalink
fix(util): change node-gyp path
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed Aug 5, 2017
1 parent 35a88f6 commit f447d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/node-gyp.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const execFileSync = require('child_process').execFileSync
const path = require('path')
const bin = path.join(__dirname, '../../node_modules/.bin/node-gyp')
const bin = path.join(__dirname, '../../node_modules//node-gyp/bin-node-gyp.js')

module.exports = (opts) => {
execFileSync(bin, ['--silent', 'rebuild'], opts)
Expand Down

0 comments on commit f447d44

Please sign in to comment.