dvdciri / daggraph

Dagger dependency graph generator for Android Developers
MIT License
1.15k stars 58 forks source link

TypeError [ERR_INVALID_ARG_TYPE] After upgrade to 0.3.0 #39

Closed tharoldD closed 6 years ago

tharoldD commented 6 years ago

Description

After upgrade to version 0.3.0, running the command produces error...

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string

See full trace in screenshot.

Steps to reproduce

run

npm -g i daggraph cd <to project folder> daggraph

Expected behaviour

Default browser should open tab showing dependency graph

Screenshot

screen shot 2018-04-01 at 12 09 51 copy
dvdciri commented 6 years ago

Thanks for reporting this. It's definitely a bug and i've opened a PR to fix this. #41

dvdciri commented 6 years ago

Fix available in release 0.3.1

tharoldD commented 6 years ago

Fix working, thanks