Meteor-feature-requests: Add ability to list dependencies (like npm ls)

Created on 4 Jul 2017  路  2Comments  路  Source: meteor/meteor-feature-requests

I asked about this on the forums but never got an answer. I can't find any easy way to list what packages depend on what. npm has this with npm ls, and a similar solution could be done here

My solution, and I'm not even sure if it gets everything, is this

grep -r 'Package.blaze' .meteor/local/build/programs/web.browser/packages

If this is the best way, it would be nice if this were wrapped up in the tool with something like

meteor ls blaze

Or it could be more verbose and be list-dependencies

Tool

Most helpful comment

This feature is now available in Meteor 1.5.2! 馃帀 Run meteor list --tree to get the dependencies of all packages.

All 2 comments

This feature is now available in Meteor 1.5.2! 馃帀 Run meteor list --tree to get the dependencies of all packages.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

theodorDiaconu picture theodorDiaconu  路  20Comments

mitar picture mitar  路  35Comments

Dev1an picture Dev1an  路  24Comments

hwillson picture hwillson  路  24Comments

meggarr picture meggarr  路  34Comments