You can list available smart packages for installation for meteor by typing meteor list in the terminal. But what do i type in the terminal to see which smart packages i have installed in my meteor (or meteorite) project?

有帮助吗?

解决方案

If I remember correct, just add the using flag: meteor list --using

其他提示

cd into your project then: $ cat .meteor/packages

For meteorite look smart.json for smart packages .meteor/packages

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top