79542921

Date: 2025-03-29 07:47:02
Score: 1
Natty:
Report link

This is caused by cheerio version 1.0.0-rc.3.

So, please run the below command:

npm install cheerio@1.0.0-rc.12

Then, go to package.json folder and in dependencies remove the ^ symbol from

"cheerio": "^1.0.0-rc.12"

Delete your node_modules folder, package-lock.json file and run below command:

npm install
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abhishek Gaonkar