mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Adds message for when Mongo server is not starting on Windows.
This commit is contained in:
@@ -938,6 +938,10 @@ _.extend(MRp, {
|
||||
"Looks like you are out of free disk space under .meteor/local.";
|
||||
} else if (explanation) {
|
||||
message += "\n" + explanation.longText;
|
||||
} else if (process.platform === 'win32') {
|
||||
message += "\n\n" +
|
||||
"Check how to troubleshoot here " +
|
||||
"https://docs.meteor.com/windows.html#cant-start-mongo-server";
|
||||
}
|
||||
|
||||
if (explanation && explanation.symbol === 'EXIT_NET_ERROR') {
|
||||
|
||||
Reference in New Issue
Block a user