aholachek / bundle-wizard

Magically easy insight into the JavaScript loaded by a web app
717 stars 11 forks source link

Cannot read property 'emulate' of undefined #12

Closed sibelius closed 4 years ago

sibelius commented 4 years ago

TypeError: Cannot read property 'emulate' of undefined at downloadCoverage (/Users/sibelius/.npm/_npx/4891/lib/node_modules/bundle-wizard/src/functions/downloadCoverage.js:93:16) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async main (/Users/sibelius/.npm/_npx/4891/lib/node_modules/bundle-wizard/src/index.js:29:28)

aholachek commented 4 years ago

This is weird. I just made a release -- 1.4.0 -- that upgrades puppeteer to v5, would you mind trying it out and telling me if you still see the same problem?

sibelius commented 4 years ago

I think it was a mismatch of versions, tks