I want to delete a atmosphere package from my app, but I don't know how to remove it.
Thanks.
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 .
The actual files for a given version of an Atmosphere package are stored in your local ~/. meteor/packages directory. You can get more details on all the package commands in the Meteor Command line documentation.
It is so easy. In your directory in terminal write it;
mrt remove package_name
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