I want to delete a atmosphere package from my app, but I don't know how to remove it.
Thanks.
I want to delete a atmosphere package from my app, but I don't know how to remove it.
Thanks.
It is so easy. In your directory in terminal write it;
mrt remove package_name
Sometimes meteorite can be a bit glitchy depending on the version you have. Usually mrt remove package_name
should do it but doing all of these should remove it and not let it get back till you add it back.
Run
mrt remove package_name
Check your smart.json
to see if your package has been removed from the packages : {}
section.
Delete the package/symlink if it still exists in /packages
.
If you still get an error claiming the package is not found remove it from meteor too
meteor remove package_name