grunt-svgmin : Minify SVG. You can installing grunt-svgmin 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 grunt-svgmin $ sudo npm install -g grunt-svgmin
If want to update the grunt-svgmin package execute the command as below,
$ sudo npm update grunt-svgmin
Update package globally,
$ npm install -g grunt-svgmin
$ sudo git clone https://github.com/rektide/grunt-svgmin.git
$ sudo npm install -g ./grunt-svgmin
grunt-svgmin@5.0.0 /usr/lib/node_modules/grunt-svgmin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-svgmin
| Package Name | grunt-svgmin |
| Version | 5.0.0 |
| Description | Minify SVG |
| Released Date | 2017-11-24T20:37:32.013Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/grunt-svgmin/tutorial |