We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pnpm -i
When I execute pnpm -i, and then I get the error message below, how could I fix it?
(base) ➜ eliza-starter git:(main) ✗ pnpm i WARN 19 deprecated subdependencies found: @cliqz/[email protected], @cliqz/[email protected], @cliqz/[email protected], @cliqz/[email protected], @discordjs/[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], [email protected] Packages: +1335 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Progress: resolved 1436, reused 1336, downloaded 0, added 0, done node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/puppeteer: Running posnode_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/puppeteer: Running postinstall script, failed in 974ms .../node_modules/puppeteer postinstall$ node install.js │ ERROR: Failed to set up Chromium r1108766! Set "PUPPETEER_SKIP_DOWNLOAD" env variable to skip download. │ Error: Download failed: server returned code 502. URL: https://storage.googleapis.com/chromium-browser-snapshots/Mac/110876… │ at /Users/over/node_project/eliza-starter/node_modules/.pnpm/@[email protected][email protected]/node_modules/@p… │ at ClientRequest.requestCallback (/Users/over/node_project/eliza-starter/node_modules/.pnpm/@[email protected]_t… │ at Object.onceWrapper (node:events:628:26) │ at ClientRequest.emit (node:events:513:28) │ at HTTPParser.parserOnIncomingClient (node:_http_client:716:27) │ at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17) │ at Socket.socketOnData (node:_http_client:558:22) │ at Socket.emit (node:events:513:28) │ at addChunk (node:internal/streams/readable:559:12) │ at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) └─ Failed in 975ms at /Users/over/node_project/eliza-starter/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/puppeteer ELIFECYCLE Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I execute
pnpm -i
, and then I get the error message below, how could I fix it?The text was updated successfully, but these errors were encountered: