how to show all package dependency tree

While we’re waiting for the official tools to have this functionality, here’s the uglyslow vershion:

for p in `meteor list | grep '^[a-z]' | awk '{ print $1"@"$2 }'`; do echo "$p"; meteor show "$p" | grep -E '^  [a-z]'; echo; done

This will show the dependencies of all added packages. It parses the output of meteor list and meteor show package@version and will break when anything there changes.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)