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
Could you please add setup instructions to the README file?
I tried to set it up by forking, then:
yarn install
yarn start
But I'm getting errors. With Node.js v18.20.5 and v19.9.0 I get issues with cheerio:
import cheerio from "cheerio";
^^^^^^^
SyntaxError: The requested module 'cheerio' does not provide an export named 'default'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:189:5)
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
Hi there,
Could you please add setup instructions to the README file?
I tried to set it up by forking, then:
But I'm getting errors. With Node.js v18.20.5 and v19.9.0 I get issues with
cheerio
:The text was updated successfully, but these errors were encountered: