I have a meteor 1.0 app. I've added a bunch of packages, for example: meteor add kevohagan:ramda
. But I cannot find it anywhere. I can't even find it on my system.
In my project:
$> meteor list
kevohagan:ramda 0.1.2 A practical functional library for Javascript programmers.
meteor-platform 1.2.0 Include a standard set of Meteor packages in your app
...
$> ls packages
ls: packages: No such file or directory
$> mdfind ramda.js # file added by the package
# no results
Where are they ?
If you add a package via meteor add author:pkg
it will be added to the meteor installation (e.g. ~/.meteor/packages
); here you can find different versions of the package. In your project home, the package name will be added to the .meteor/packages
file.
Later, if run your project, the package will be added to the build
directory (and of course only one version can be found here).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With