sass-graph : Parse sass files and extract a graph of imports. You can installing sass-graph 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-graph $ sudo npm install -g sass-graph
If want to update the sass-graph package execute the command as below,
$ sudo npm update sass-graph
Update package globally,
$ npm install -g sass-graph
$ sudo git clone https://github.com/rektide/sass-graph.git
$ sudo npm install -g ./sass-graph
sass-graph@2.2.4 /usr/lib/node_modules/sass-graph
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sass-graph
| Package Name | sass-graph |
| Version | 2.2.4 |
| Description | Parse sass files and extract a graph of imports |
| Released Date | 2017-05-17T09:18:46.619Z |
| Published by | xzyfer |
| How to Learn | https://www.npmjs.com/package/sass-graph/tutorial |