mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55: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);
|
next(err);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
npm.config.set('spin', false);
|
||||||
|
|
||||||
packages = packages.concat(DATABASES[server_conf.database].dependencies);
|
packages = packages.concat(DATABASES[server_conf.database].dependencies);
|
||||||
if (server_conf.secondary_database) {
|
if (server_conf.secondary_database) {
|
||||||
packages = packages.concat(DATABASES[server_conf.secondary_database].dependencies);
|
packages = packages.concat(DATABASES[server_conf.secondary_database].dependencies);
|
||||||
|
|||||||
Reference in New Issue
Block a user