istanbuljs / puppeteer-to-istanbul

given coverage information output by puppeteer's API output a format consumable by Istanbul reports
ISC License
212 stars 46 forks source link

yarn install fails due to v8-to-istanbul(1.2.1) dependency #19

Open MANTHAN-D opened 6 years ago

MANTHAN-D commented 6 years ago

Problem: Latest release of v8-to-istanbul - 1.2.1, declares engine requirement which causes yarn install to fail.

Temporary solution: Use yarn install --ignore-engines.

Expected solution: There must be a way to allow yarn install to pass under such cases. Not all infrastructure can readily support node > v0.10.x