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
meteor add xxx
and meteor remove xxx
on its own now. You CAN still use meteorite for private packages though. I wouldn't recommend it for the stuff on atmosphere though. –
Hessenassau You can use meteor remove package_name
For example: meteor remove kadira:flow-router
Meteor 0.9 release rendered Meteorite and the mrt command obsolete. All new projects should use meteor >> source
© 2022 - 2024 — McMap. All rights reserved.