I want to create an admin user if no users exist. I tried it on a js file inside the server folder
Meteor.startup(function () { if(!Meteor.users.find().count()
After some time, I tested again the above code with meteor 0.6.4 and it worked without problem. Probably was an issue with meteor 0.6.1 or I accidentally solved the problem somewhere in the code.