Rin icon indicating copy to clipboard operation
Rin copied to clipboard

[Help] SEO Workflow 部署失败

Open ethanxyzhu opened this issue 6 months ago • 3 comments

日志如下:

Run cd Rin/
bun install v1.1.21 (70ca2b76)
Resolving dependencies
Resolved, downloaded and extracted [122]

+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ @types/[email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]

1023 packages installed [4.57s]

Blocked 10 postinstalls. Run `bun pm untrusted` for details.
259 |             if (this.puppeteer.configuration.browserRevision) {
260 |                 throw new Error(`Tried to find the browser at the configured path (${executablePath}) for revision ${this.puppeteer.browserRevision}, but no executable was found.`);
261 |             }
262 |             switch (this.product) {
263 |                 case 'chrome':
264 |                     throw new Error(`Could not find Chrome (ver. ${this.puppeteer.browserRevision}). This can occur if either\n` +
                                ^
error: Could not find Chrome (ver. 126.0.6478.126). This can occur if either
 1. you did not perform an installation before running the script (e.g. `npx puppeteer browsers install chrome`) or
 2. your cache path is incorrectly configured (which is: /home/runner/.cache/puppeteer).
For (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration.
      at resolveExecutablePath (/home/runner/work/Rin/Rin/Rin/node_modules/puppeteer-core/lib/esm/puppeteer/node/ProductLauncher.js:264:27)
      at /home/runner/work/Rin/Rin/Rin/node_modules/puppeteer-core/lib/esm/puppeteer/node/ChromeLauncher.js:83:37

Bun v1.1.21 (Linux x64 baseline)
Error: Process completed with exit code 1.

图片

ethanxyzhu avatar Aug 01 '24 16:08 ethanxyzhu