I have a Meteor app working on another computer. I have installed Meteor on the new comp, and did a ‘meteor create …’ so it made the standard boilerplate project. I then moved the code over, so literally copy pasted the css, html and js code into the Meteor-made files. Installed all of the relevant packages.
But now it’s acting like there is no db. I have inserted documents into the collection, so it’s not that the collection is empty. I have run ‘show collections’ and nothing is there, despite it being in the common js code.
Is there anything silly that I’m missing? I know this post is vague, just wondering if there is something little that I’ve missed along the way.
If you work with git / github then it will fix this kind of issues by itself. Because the correct config is set in a gitignore file it will keep the right files and forget the other ones.