-
Originally reported on Google Code with ID 467
```
What steps will reproduce the issue?
1. Fetch data for any movie
2. If folder.jpg already exists, MCM reports "No available poster"
3. Delete folder…
-
I apologize if this is something you've already added and I just haven't figured out yet, but the reason I never used any of the graphviz-based tools was that our project is heavily dependent on custo…
-
There's nothing worse than discovering that you've accidentally introduced a circular dependency. When this occurs, a `require` call returns `null` or `undefined` rather than the requested module.
Ty…
jvilk updated
9 years ago
-
Hi,
I'm attempting to find orphaned modules, using the `--depends` option, but it doesn't seem to consider paths in the require config.
`madge --require-config modules/main.js --depends underscore …
-
Hi, according to https://www.npmjs.com/package/madge, the current version on the npm registry is still 0.3.5. Is there any reason why version 0.4 hasn't been placed in the npm registry?
-
Currently madge does not seem to resolve the module IDs from the RequireJS paths-config:
if I use madge with the `requireConfig` option **and** the config-file contains path-settings, then madge will…
-
Hi, I just found that madge couldn't find relationship on nested require() calls.
r.js optimizer finds nested require calls by using `findNestedDependencies` key.
([Related r.js optimizer source 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/|/test…
-
Command line dump:
```
>madge --version
0.3.1
>madge --image graph.png --format amd scripts
events.js:72
throw er; // Unhandled 'error' event
^
Error: This socket is closed.
…
-
The app works well, but on upgrading butterknife to 6.0.0 , it throws this runtime error
Aexyn updated
9 years ago