cheerio : Tiny, fast, and elegant implementation of core jQuery designed specifically for the server. You can installing cheerio npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install cheerio $ sudo npm install -g cheerio
If want to update the cheerio package execute the command as below,
$ sudo npm update cheerio
Update package globally,
$ npm install -g cheerio
$ sudo git clone https://github.com/rektide/cheerio.git
$ sudo npm install -g ./cheerio
cheerio@1.0.0-rc.2 /usr/lib/node_modules/cheerio
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cheerio
Package Name | cheerio |
Version | 1.0.0-rc.2 |
Description | Tiny, fast, and elegant implementation of core jQuery designed specifically for the server |
Released Date | 2017-07-02T17:36:55.384Z |
Published by | jugglinmike |
How to Learn | https://www.npmjs.com/package/cheerio/tutorial |