Closed dominykas closed 9 years ago
With npm 3, the dependencies are automagically flattened, which meant that for us grunt-ssh ended up using async@0.1, because some other dependencies rely on it and so grunt-ssh was failing due to async.eachSeries not being defined.
async.eachSeries
With npm 3, the dependencies are automagically flattened, which meant that for us grunt-ssh ended up using async@0.1, because some other dependencies rely on it and so grunt-ssh was failing due to
async.eachSeries
not being defined.