• Here are all articles tagged Meteor
  • Using Meteor in a Shared Folder Environment

    Posted on June 15th, 2013 | Tags: Meteor

    I've been looking to do more Node.js/Meteor development lately, however, I ran in to a problem with the way Meteor handles it's app structure. By default meteor places the MongoDB database inside the application folder. I use a shared folder on a Windows host with an Ubuntu Virtualbox for my development environment. By having the shared folder as part of an NFS share MongoDB kind of flips out and doesn't run which causes meteor to error out.

    The solution for this is …

    read more