grunt-npm-install icon indicating copy to clipboard operation
grunt-npm-install copied to clipboard

npm-install doesn't quit on invalid dependency

Open kevinohara80 opened this issue 10 years ago • 1 comments

Currently if you specify a dependency at a version that does not exist, the npm-install task will pipe the npm error but continues to the next task. I'm assuming that it continues on any npm error. Is this intentional?

kevinohara80 avatar Apr 16 '14 20:04 kevinohara80

No, it is not intentional. Would appreciate if you could provide a fix for this.— Sorin Iclanzan http://songpane.com

On Wed, Apr 16, 2014 at 10:53 AM, kevinohara80 [email protected] wrote:

Currently if you specify a dependency at a version that does not exist, the npm-install task will pipe the npm error but continues to the next task. I'm assuming that it continues on any npm error. Is this intentional?

Reply to this email directly or view it on GitHub: https://github.com/iclanzan/grunt-npm-install/issues/2

iclanzan avatar Apr 17 '14 05:04 iclanzan