Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I delete a meteorite (atmosphere) package?

I want to delete a atmosphere package from my app, but I don't know how to remove it.

Thanks.

like image 598
swayziak Avatar asked Dec 16 '13 09:12

swayziak


People also ask

How do I uninstall meteor packages?

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 .

Where are meteor packages stored?

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.


1 Answers

It is so easy. In your directory in terminal write it;

mrt remove package_name
like image 113
Ahmet Uğur Avatar answered Sep 19 '22 12:09

Ahmet Uğur