报错显示找不到chromium-1155但是playwright最新版的install会下更新的chromium版本
解决办法去playwright的git找旧版本
https://github.com/microsoft/playwright/releases
如果chromium下的还是新版本,记得检查playwright版本号
npm install -g playwright@1.49.0
playwright -V
playwright install
/home/chen/.cache/ms-playwright