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.
2 parents 17f3345 + 829f073 commit eff20c7Copy full SHA for eff20c7
lib/utils.js
@@ -2,7 +2,7 @@ var Q = require('q');
2
var debug = require('debug')('donejs-cli:utils');
3
var path = require('path');
4
var fs = require('fs');
5
-var spawn = require('cross-spawn-async');
+var spawn = require('cross-spawn');
6
var yeoman = require('yeoman-environment');
7
8
exports.projectRoot = function() {
0 commit comments