Closed paazmaya closed 9 years ago
A package used in https://github.com/anandthakker/doiuse/blob/master/cli.js#L6 is not included in the package.json dependencies list, thus resulting error after installed globally:
package.json
dependencies
$ doiuse --help module.js:340 throw err; ^ Error: Cannot find module 'through2'
Possible fix would be to listing it as a dependency...
Thanks for the report!
@paazmaya Should be fixed, but please let me know if not!
A package used in https://github.com/anandthakker/doiuse/blob/master/cli.js#L6 is not included in the
package.json
dependencies
list, thus resulting error after installed globally:Possible fix would be to listing it as a dependency...