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
After upgrading a Meteor project from 1.1, meteor mongo no longer works for me and outputs the following:
This command only works while Meteor is running your application locally. Start
your application first. (This error will also occur if you asked Meteor to use a
different MongoDB server with $MONGO_URL when you ran your application.)
If you're trying to connect to the database of an app you deployed with
'meteor deploy', specify your site's name with this command.
This happens on all meteor projects after just doing the update. Here is an asciicast that demonstrates the error. My system is an Ubuntu 14.10.
The text was updated successfully, but these errors were encountered:
After upgrading a Meteor project from 1.1,
meteor mongo
no longer works for me and outputs the following:This happens on all meteor projects after just doing the update. Here is an asciicast that demonstrates the error. My system is an Ubuntu 14.10.
The text was updated successfully, but these errors were encountered: