Domanda

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?

È stato utile?

Soluzione

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

Altri suggerimenti

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

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top