I specifically wanted to find out which package uses the dependency, which violates the initial installation. This may help someone try to do the same:
find./node_modules / -name package.json | xargs grep <the_package_name>
Neil Guy Lindberg
source share