sass : A Dart implementation of Sass, compiled to JS.. You can installing 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 sass $ sudo npm install -g sass
If want to update the sass package execute the command as below,
$ sudo npm update sass
Update package globally,
$ npm install -g sass
$ sudo git clone https://github.com/rektide/sass.git
$ sudo npm install -g ./sass
sass@1.0.0-beta.3 /usr/lib/node_modules/sass
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sass
| Package Name | sass |
| Version | 1.0.0-beta.3 |
| Description | A Dart implementation of Sass, compiled to JS. |
| Released Date | 2017-11-03T21:53:46.452Z |
| Published by | nex3 |
| How to Learn | https://www.npmjs.com/package/sass/tutorial |