mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
closes #2552, disable prompt colors
This commit is contained in:
@@ -117,6 +117,7 @@ function setupConfig(next) {
|
||||
prompt.start();
|
||||
prompt.message = '';
|
||||
prompt.delimiter = '';
|
||||
prompt.colors = false;
|
||||
|
||||
if (!install.values) {
|
||||
prompt.get(questions.main, function(err, config) {
|
||||
|
||||
Reference in New Issue
Block a user