-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version checking on bootstrap #678
Conversation
…nto version-checking-on-bootstrap Conflicts: upgrade.js
@@ -26,6 +26,9 @@ var EventEmitter = require('events').EventEmitter, | |||
Mailer = require('./mailer').Mailer, | |||
configuration = require('./configuration'); | |||
|
|||
var request = require('request'); | |||
var async = require('async'); | |||
var chalk = require('chalk'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The install.js uses 'colors' still. Chalk looks better. Can you update the install.js to swap out colors usage for chalk, and remove colors from the dependencies too?
pretty please :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed 'colors'.
- Removed 'colors' library in favour of 'chalk' - Added missing error logging -- the install process would hang if the mongod service was not running - Minor string changes
+1 |
This was using the old 'colors' library and missed from the previous commit.
A hangover from the 'colors' library.
+1 |
Version checking on bootstrap
Adds upgrade script to the authoring tool