2013-05-10 21 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.