fix(all): Migration to Linus.

This commit is contained in:
Rodrigo Rodriguez 2022-01-05 16:00:26 -03:00
parent d2b2f29d55
commit 78ed13bb5e

View file

@ -809,7 +809,8 @@ export class GBDeployer implements IGBDeployer {
// Install modules and compiles the web app.
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 });
GBLog.info(`Transpiling default.gbui...`);