-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError [ERR_INVALID_ARG_TYPE] After upgrade to 0.3.0 #39
Comments
Thanks for reporting this. It's definitely a bug and i've opened a PR to fix this. #41 |
Fix available in release 0.3.1 |
Fix working, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: