Christian Micle

Results 4 comments of Christian Micle

At the moment I have resolved this by forcing our package manager(pnpm) to use a specific version of cheerio. In the root package.json we have this. ```json { "pnpm": {...

I found where this issue is stemming from. In file "https://github.com/istanbuljs/puppeteer-to-istanbul/blob/master/lib/output-files.js" there is a method "rewritePath". In there on line 60 the logic in the code is expecting the file...

I created a ticket([#4014](https://github.com/cheeriojs/cheerio/issues/4014)) for something similar and @Alevale linked to this one there. I wanted to post what I have done to resolve this. We use pnpm and I...

@igordanchenko Thank you so much this fix it very well!