How do i see which smart packages i have installed within my meteor project?

StackOverflow https://stackoverflow.com/questions/22533174

  •  18-06-2023
  •  | 
  •  

سؤال

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