ember-codemods / ember-angle-brackets-codemod

Codemod to convert curly braces syntax to angle brackets syntax
MIT License
60 stars 32 forks source link

Puppeteer errors with hard to decipher reason #496

Open runspired opened 2 years ago

runspired commented 2 years ago
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...

AmilKey commented 2 years ago

Same error