lein-deps-tree icon indicating copy to clipboard operation
lein-deps-tree copied to clipboard

Prints a nicely formatted tree of all project dependencies

Results 2 lein-deps-tree issues
Sort by recently updated
recently updated
newest added

When I try to run deps-tree, it falls over with an exception: ``` ➭ lein deps-tree Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597)...