Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Meteor packages folder location

Tags:

meteor

In Meteor documentation I've read that I can test my custom Meteor package locally under one of my Meteor projects by placing the custom package under the /packages folder and entering (meteor add), yet I can't locate the Package folder...I've looked under .meteor folder but can't find any packages folder, the only packages folder I found was under .meteor/local/build/programs/packages so is this the folder where I should place my custom package to test? if now where I can find the packages folder? Thanks

like image 934
MChan Avatar asked Mar 03 '26 23:03

MChan


1 Answers

That's because this folder does not exist by default in a Meteor project (just like the client/ or server/ folders).

You need to create this directory at the root of your project, place your custom packages under this directory and meteor add them.

like image 103
saimeunt Avatar answered Mar 05 '26 19:03

saimeunt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!