Remove installed package
Closed this issue · 1 comments
mazing commented
How do I remove an installed package? It seems I can only remove an already installed package by running meteor reset
to restart the project.
lorensr commented
When you remove it from bower.json
, it should stop being included in the app, but will remain in .meteor/local/bower
. If you'd like to remove it from there as well, you can delete the directory.