grunt-sass : Compile Sass to CSS using node-sass. You can installing grunt-sass 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-sass $ sudo npm install -g grunt-sass
If want to update the grunt-sass package execute the command as below,
$ sudo npm update grunt-sass
Update package globally,
$ npm install -g grunt-sass
$ sudo git clone https://github.com/rektide/grunt-sass.git
$ sudo npm install -g ./grunt-sass
grunt-sass@2.0.0 /usr/lib/node_modules/grunt-sass
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-sass
| Package Name | grunt-sass |
| Version | 2.0.0 |
| Description | Compile Sass to CSS using node-sass |
| Released Date | 2016-12-10T23:14:32.103Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/grunt-sass/tutorial |