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 623f0c2 commit d22d276Copy full SHA for d22d276
gulpfile.js
@@ -29,7 +29,7 @@ var format = require('util').format;
29
var pkg = require('./package.json');
30
31
var which = require('which');
32
-cnosole.log('which npm?', which.async('npm', {all: true}));
+console.log('which npm?', which.sync('npm', {all: true}));
33
34
// Platform specific tasks
35
var platform = require(path.join(__dirname, 'tasks', process.platform));
0 commit comments