ember-angle-brackets-codemod icon indicating copy to clipboard operation
ember-angle-brackets-codemod copied to clipboard

Puppeteer errors with hard to decipher reason

Open runspired opened this issue 3 years ago • 1 comments

Downloading Chromium r686378 - 110.2 Mb [====================] 100% 0.0s 
(node:43991) UnhandledPromiseRejectionWarning: Error: Evaluation failed: TypeError: Cannot read property 'entries' of undefined
    at __puppeteer_evaluation_script__:9:50
    at ExecutionContext._evaluateInternal (/Users/runspired/.npm/_npx/43991/lib/node_modules/ember-angle-brackets-codemod/node_modules/puppeteer/lib/ExecutionContext.js:122:13)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async ExecutionContext.evaluate (/Users/runspired/.npm/_npx/43991/lib/node_modules/ember-angle-brackets-codemod/node_modules/puppeteer/lib/ExecutionContext.js:48:12)
    at async gatherTelemetry (/Users/runspired/.npm/_npx/43991/lib/node_modules/ember-angle-brackets-codemod/node_modules/ember-codemods-telemetry-helpers/lib/gather/gather-telemetry.js:26:21)
    at async /Users/runspired/.npm/_npx/43991/lib/node_modules/ember-angle-brackets-codemod/bin/cli.js:15:5
  -- ASYNC --

I suspect this might mean it can't find the require cache at runtime, I am pointing it at a running server...

runspired avatar Dec 03 '21 08:12 runspired

Same error

AmilKey avatar Dec 13 '21 14:12 AmilKey