fix the production package cannot run issue caused by glob(path-scurry) module error - maybe the version of glob is too new, and there exists different version of glob, so download rimraf and typeorm to makes major version of glob at 7

This commit is contained in:
geekgeekrun
2024-03-21 01:24:42 +08:00
parent af92ef6718
commit 3f6a4615e3
18 changed files with 215 additions and 396 deletions

View File

@@ -16,7 +16,7 @@
"puppeteer": "20.1.0",
"puppeteer-extra": "3.3.6",
"puppeteer-extra-plugin-stealth": "2.11.2",
"rimraf": "^5.0.5",
"rimraf": "^3.0.2",
"tapable": "^2.2.1"
}
}