Closed just-boris closed 8 years ago
Install command in current master doesn't work.
It happens because of new cache.init function in the installation waterfall. Init function appends an extra argument to the installAll function and breaks it. We should pass only error argument.
cache.init
installAll
Good catch! Thanks!
What's currently installed on master hasn't been published to npm though, so it shouldn't have broken anything at least.
Install command in current master doesn't work.
It happens because of new
cache.init
function in the installation waterfall. Init function appends an extra argument to theinstallAll
function and breaks it. We should pass only error argument.