I'm starting with Meteor, and I'd like to know how to list the installed packages.
meteor list
would only list the available packages in the registry.
Edit: Since meteor 0.9.0.1 meteor list
lists the available packages in the project.
Typically they are in your home folder in the . meteor directory: /home/username/. meteor/packages.
Open the terminal app. For remote server log in using the ssh command: ssh user@centos-linux-server-IP-here. Show information about all installed packages on CentOS, run: sudo yum list installed. To count all installed packages run: sudo yum list installed | wc -l.
meteor remove package For a list of the packages that your application is currently using, run meteor list . This removes the package entirely. To continue using the package, but remove its version constraint, use meteor add .
Update: as of meteor 1.0, the command is now
meteor list
I think it's just meteor list
now (as of 0.9.0.1).
meteor list
does the trick for meteor 1.0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With