revert
This commit is contained in:
-2080
File diff suppressed because it is too large
Load Diff
@@ -67,12 +67,10 @@ export class UpdateManager implements Plugin{
|
||||
async updatePlatformDependencies(){
|
||||
|
||||
logger.info("installing npm stuff")
|
||||
const res = await exec('npm install --prefix ./externals knex sqlite3')
|
||||
const res = await exec('npm install --prefix ./plugins knex sqlite3')
|
||||
logger.warn(res.stderr)
|
||||
logger.info(res.stdout)
|
||||
|
||||
//mkdirSync("./test", {recursive:true})
|
||||
//await npmInstallAsync(["sqlite3"], "./test")
|
||||
}
|
||||
|
||||
async updateAdmin(force:boolean = false){
|
||||
|
||||
Reference in New Issue
Block a user