Closed feross closed 8 years ago
The version of istanbul that is used is quite a bit out-of-date. There are also npm install warnings that go away if you update the latest version.
istanbul
npm WARN prefer global istanbul@0.2.16 should be installed with -g
Agreed, could the istanbul version please be updated. Currently when using browserify-istanbul I consistently reproduce the below issue.
https://github.com/gotwarlost/istanbul/issues/476
Now uses the istanbul version installed by your application.
The version of
istanbul
that is used is quite a bit out-of-date. There are also npm install warnings that go away if you update the latest version.