Question

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?

Was it helpful?

Solution

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

OTHER TIPS

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top