Is it possible to get a list of package dependencies (as produced by bower list
) before installing the packages?
bower install
does not complete successfulfy in my project as some package has a dependency to a non existing package version, therefore I would like to be able to quickly find that package that has this incorrect dependency instead of having to inspect bower.json
of every package.