2013-05-10 35 views

回答

2

传递--using参数。因此:

meteor list --using 

要查看哪些参数可用于meteor命令,请传递--help参数。因此:

meteor list --help 

...返回:

Usage: meteor list [--using] 

Without arguments, lists all available Meteor packages. 
To add one of these packages to your project, see 'meteor add'. 

With --using, list the packages that you have added to your project.