fix(basic.gblib): update ChatServices.ts #420
1 changed files with 2 additions and 1 deletions
|
|
@ -809,7 +809,8 @@ export class GBDeployer implements IGBDeployer {
|
||||||
// Install modules and compiles the web app.
|
// Install modules and compiles the web app.
|
||||||
|
|
||||||
GBLog.info(`Installing modules default.gbui (It may take a few minutes)...`);
|
GBLog.info(`Installing modules default.gbui (It may take a few minutes)...`);
|
||||||
child_process.execSync(`rm -r node_modules`, { cwd: root });
|
|
||||||
|
child_process.execSync(`rm -r node_modules 2>/dev/null`, { cwd: root });
|
||||||
child_process.execSync(`${npm} install`, { cwd: root });
|
child_process.execSync(`${npm} install`, { cwd: root });
|
||||||
|
|
||||||
GBLog.info(`Transpiling default.gbui...`);
|
GBLog.info(`Transpiling default.gbui...`);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue