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