node-sass : Wrapper around libsass. You can installing node-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 node-sass $ sudo npm install -g node-sass
If want to update the node-sass package execute the command as below,
$ sudo npm update node-sass
Update package globally,
$ npm install -g node-sass
$ sudo git clone https://github.com/rektide/node-sass.git
$ sudo npm install -g ./node-sass
node-sass@4.7.2 /usr/lib/node_modules/node-sass
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-sass
| Package Name | node-sass |
| Version | 4.7.2 |
| Description | Wrapper around libsass |
| Released Date | 2017-11-20T21:50:28.943Z |
| Published by | xzyfer |
| How to Learn | https://www.npmjs.com/package/node-sass/tutorial |