uber-archive / npm-shrinkwrap

A consistent shrinkwrap tool
MIT License
773 stars 47 forks source link

NoTagError is printed without `ERROR` prefix #100

Open jasonkarns opened 8 years ago

jasonkarns commented 8 years ago

The NoTagError is categorized as an error and thus prevents printing of the shrinkwrap. But it is not printed to the user that the error is an ERROR, thus resulting in misleading output that there are no ERRORS. (This is probably not limited to NoTagError but is rather the fault of the default formatter not printing ERROR. https://github.com/uber/npm-shrinkwrap/blob/master/bin/formatters.js#L16)

this issue was uncovered through #99