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
I have scrape-it as a dependency of another package in my project (nest-crawler). I encountered these 3 errors in my project when trying to start nestjs:
Cannot find name Cheerio / CheerioSelector / CheerioStatic
I searched around for a while before finding how to fix it for my project: adding "@types/cheerio": "0.22.13" in the devDependencies (note: not "^0.22.13")
Since that's just a quick fix, I figured I'd open an issue in case anyone else is having this problem.
The text was updated successfully, but these errors were encountered:
I have scrape-it as a dependency of another package in my project (nest-crawler). I encountered these 3 errors in my project when trying to start nestjs:
Cannot find name Cheerio / CheerioSelector / CheerioStatic
I searched around for a while before finding how to fix it for my project: adding "@types/cheerio": "0.22.13" in the devDependencies (note: not "^0.22.13")
Since that's just a quick fix, I figured I'd open an issue in case anyone else is having this problem.
The text was updated successfully, but these errors were encountered: