Home »
MCQs »
Meteor.js MCQs
Which of the following commands is used to check the packages installed in a Meteor application?
44. Which of the following commands is used to check the packages installed in a Meteor application?
- Meteor pack
- Meteor list
- Meteor packages
- Meteor all_packages
Answer: B) Meteor list
Explanation:
Meteor list commands are used to check the packages installed in a Meteor application.