You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I was trying out doctor and couldn't get it to work, because it always threw an error Error: Cannot find module 'node:stream', after doing some digging it seems that this issue is related to cheerio 1.0.0 (cheeriojs/cheerio#4012) which gets installed based on the current version selector for cheerio (^1.0.0-rc.12 will also pick 1.0.0), so I wanted to build a version with the rc.12, there I got a few more errors of type Cannot find type definition file, which are caused by some typescript definitions missing
To Reproduce
Follow the instructions to get started with doctor to reproduce the first error.
Then pull the repository, run npm install and npm start to reproduce the second
Expected behavior
Successfully build and run doctor
Hi @svrnm it seems there are a lot of issues with v1 of cheerio, and like your suggestion, it is better to stick with r12 for a while. I did the change, which you can test out in the beta version @estruyf/[email protected]. Can you give this a try?
Describe the bug
I was trying out
doctor
and couldn't get it to work, because it always threw an errorError: Cannot find module 'node:stream'
, after doing some digging it seems that this issue is related to cheerio 1.0.0 (cheeriojs/cheerio#4012) which gets installed based on the current version selector for cheerio (^1.0.0-rc.12
will also pick1.0.0
), so I wanted to build a version with the rc.12, there I got a few more errors of typeCannot find type definition file
, which are caused by some typescript definitions missingTo Reproduce
Follow the instructions to get started with doctor to reproduce the first error.
Then pull the repository, run
npm install
andnpm start
to reproduce the secondExpected behavior
Successfully build and run doctor
Additional context
The text was updated successfully, but these errors were encountered: