den icon indicating copy to clipboard operation
den copied to clipboard

How to browserify cheerio ?

Open yuanjs opened this issue 9 years ago • 1 comments

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!

yuanjs avatar Dec 13 '15 01:12 yuanjs

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.

miklosme avatar Apr 25 '16 23:04 miklosme