Closed yuanzhiwei closed 1 month ago
I have also encountered this problem. Is there a solution?
You can try changing the version of cheerio from 1.0.0 to 1.0.0-rc.12
npm install cheerio@1.0.0-rc.12
You can try changing the version of cheerio from 1.0.0 to 1.0.0-rc.12您可以尝试将 cheerio 的版本从 1.0.0 更改为 1.0.0-rc.12
npm install cheerio@1.0.0-rc.12
开始使用yarn,换成pnpm解决,感谢。
Using pnpm
solves the problem. Closing for now. Feel free to reopen the issue if you continue to experience this problems.
For anyone running into this, use pnpm version 9.12.2
recorded my guide here getting this running in case it helps someone https://youtu.be/LHqg5QNI4UY
Describe the Bug node: v20.17.0 pnpm: 9.10.0 cheerio: 1.0.0 firecrawl: clone master
Start firecrawl locally, pnpm install is down, after pnpm run workers and pnpm run start, a while later the following error will be reported, and the test example cannot be accessed