den
den copied to clipboard
How to browserify cheerio ?
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!
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.