postlight / parser

📜 Extract meaningful content from the chaos of a web page
https://reader.postlight.com
Apache License 2.0
5.41k stars 442 forks source link

ModuleNotFoundError Could not find module in path: 'cheerio' relative to... #576

Open zeekrey opened 4 years ago

zeekrey commented 4 years ago

Current Behavior

ModuleNotFoundError
Could not find module in path: 'cheerio' relative to '/node_modules/@postlight/mercury-parser/dist/mercury.js'

Steps to Reproduce

https://codesandbox.io/s/fancy-grass-n2y16?file=/src/App.js

Detailed Description

I created a basic codesandbox with mercury-parser 2.2.0.

pxmage commented 4 years ago

Same here, I guess you are not using it in an Node.js project?