mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
closed #1653 -- removed that spinner thing npm uses now.
This commit is contained in:
@@ -214,6 +214,8 @@ function setupDatabase(server_conf, next) {
|
||||
next(err);
|
||||
}
|
||||
|
||||
npm.config.set('spin', false);
|
||||
|
||||
packages = packages.concat(DATABASES[server_conf.database].dependencies);
|
||||
if (server_conf.secondary_database) {
|
||||
packages = packages.concat(DATABASES[server_conf.secondary_database].dependencies);
|
||||
|
||||
Reference in New Issue
Block a user