You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR => Error: Cannot find module '/rbd/pnpm-volume/eb105cb7-194c-4b68-b434-9102fa0ffea3/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Browser'
at createEsmNotFoundErr (node:internal/modules/cjs/loader:960:15)
at finalizeEsmResolution (node:internal/modules/cjs/loader:953:15)
at resolveExports (node:internal/modules/cjs/loader:482:14)
at Function.Module._findPath (node:internal/modules/cjs/loader:522:31)
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:919:27)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (/rbd/pnpm-volume/eb105cb7-194c-4b68-b434-9102fa0ffea3/node_modules/chrome-aws-lambda/build/puppeteer/lib/Browser.js:8:13)
at Module._compile (node:internal/modules/cjs/loader:1103:14) {
code: 'MODULE_NOT_FOUND',
path: '/rbd/pnpm-volume/eb105cb7-194c-4b68-b434-9102fa0ffea3/node_modules/puppeteer-core/package.json'
How can I solve this problem ?
The text was updated successfully, but these errors were encountered:
Hello I'm trying to use puppeter with chrome-aws-lambda on Glitch.
Firstly I add this line in package.json file.
I install these packages with npm install.
I have these source codes:
When I run this code I get this error:
How can I solve this problem ?
The text was updated successfully, but these errors were encountered: