Nodejs app is failing to import cheerio library

Hi there! I’m having trouble installing and importing cheerio as a dependency to my NodeJS app.

  const cheerio = require("cheerio");

I’ve also created an issue on GitHub to cheerio dev team but they say it’s not from their end.
Issue: Issue pushing express app + cheerio to vercel · Issue #4249 · cheeriojs/cheerio

Thanks for your help in advance!

If you’re having trouble deploying an Express app, this guide can help.

You can also ask v0 for suggestions tailored to your own project setup.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.