You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In app-lib you define all Meteor platform dependecies.
How do you know which ones to include? meteor list gives you some, and cat .meteor/versions gives you all the packages.
But some of those packages are dependencies from other packages.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I'm going to keep this open till I can make sure exactly which ones are absolutely necessary to run meteor. I know that a few are necessary to even get meteor to run.
In app-lib you define all Meteor platform dependecies.
How do you know which ones to include?
meteor list
gives you some, andcat .meteor/versions
gives you all the packages.But some of those packages are dependencies from other packages.
Thanks in advance!
The text was updated successfully, but these errors were encountered: