Where are meteor’s installed packages located ?
Where are meteor’s installed packages located ?
.meteor directory are in your home folder you see like this:
/home/username/.meteor/packages.
If you are usining meteorite packages as well, they find their way to
/home/username/.meteorite/packages.
Thee symlinked into individual projects with the ‘meteor add’ and this action to avoid having to have a version of every package installed for every project you run.
Windows user’s can see the package location as follows:
C:\Users\[YourUser]\AppData\Local\.meteor\packages\
The Mac user’s can see the package location as follows:
User/.meteor/packages
Terminal code:
cd ~/.meteor/packages
You can see the Finder, press CMD + Shift + G and enter:
~/.meteor/packages