Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to browserify cheerio ? #14

Open
yuanjs opened this issue Dec 13, 2015 · 1 comment
Open

How to browserify cheerio ? #14

yuanjs opened this issue Dec 13, 2015 · 1 comment

Comments

@yuanjs
Copy link

yuanjs commented Dec 13, 2015

I use browserify to make a single cheerio js file. but I found it can not use.
Would you tell me how to make it in the right way ?

Thanks!

@miklosme
Copy link

You need to install these modules:
npm install --save cheerio buffer events stream

Those are browser compatible versions of Node modules with the same name. There is no need to Browserify with this solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants