mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-07-12 16:01:38 +08:00
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:
@@ -13,7 +13,7 @@
|
||||
"puppeteer": "20.1.0",
|
||||
"puppeteer-extra": "3.3.6",
|
||||
"puppeteer-extra-plugin-stealth": "2.11.2",
|
||||
"typeorm": "^0.3.20"
|
||||
"typeorm": "0.3.11"
|
||||
},
|
||||
"packageManager": "npm"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user