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.start();
|
||||||
prompt.message = '';
|
prompt.message = '';
|
||||||
prompt.delimiter = '';
|
prompt.delimiter = '';
|
||||||
|
prompt.colors = false;
|
||||||
|
|
||||||
if (!install.values) {
|
if (!install.values) {
|
||||||
prompt.get(questions.main, function(err, config) {
|
prompt.get(questions.main, function(err, config) {
|
||||||
|
|||||||
Reference in New Issue
Block a user