svgo : Nodejs-based tool for optimizing SVG vector graphics files. You can installing svgo 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 svgo $ sudo npm install -g svgo
If want to update the svgo package execute the command as below,
$ sudo npm update svgo
Update package globally,
$ npm install -g svgo
$ sudo git clone https://github.com/rektide/svgo.git
$ sudo npm install -g ./svgo
svgo@1.0.3 /usr/lib/node_modules/svgo
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall svgo
| Package Name | svgo |
| Version | 1.0.3 |
| Description | Nodejs-based tool for optimizing SVG vector graphics files |
| Released Date | 2017-11-08T19:15:05.195Z |
| Published by | greli |
| How to Learn | https://www.npmjs.com/package/svgo/tutorial |