Skip to content
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

--circular does not work on Windows #43

Closed
peterflynn opened this issue Dec 10, 2014 · 1 comment
Closed

--circular does not work on Windows #43

peterflynn opened this issue Dec 10, 2014 · 1 comment

Comments

@peterflynn
Copy link

  1. Clone the Brackets project (https://github.com/adobe/brackets) on both a Mac and a Windows machine
  2. Run madge --format cjs --exclude "/node_modules/|/extensions/|/nls/|/node/|/jquery-ui/|/tests/|/test/|/spec/" --circular <<cloned repo>>/src

Result:
Windows: "No circular dependencies found!"
Mac: Lists about 30 circular dependency chains

If I do --depends instead, it seems to work except it prints absolute paths for everything instead of module names (relative paths without ".js"). Maybe a clue as to what's breaking --circular?

@pahen
Copy link
Owner

pahen commented Dec 19, 2014

This has been fixed now in v0.4.1. Give it a try!

@pahen pahen closed this as completed Dec 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants