CometCode-io / web-scraper

Web Scraping Tutorial Source Code
3 stars 4 forks source link

Cannot find name 'Cheerio' #12

Open irfnrdh opened 3 years ago

irfnrdh commented 3 years ago

const statsTable: Cheerio = $('.statsTableContainer > tr');

ondrovic commented 3 years ago

change to the following const statsTable: cheerio.Cheerio = $('.statsTableContainer > tr');