ember-cli-sass : Use node-sass to preprocess your ember-cli apps files, with support for sourceMaps and include paths. You can installing ember-cli-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 ember-cli-sass $ sudo npm install -g ember-cli-sass
If want to update the ember-cli-sass package execute the command as below,
$ sudo npm update ember-cli-sass
Update package globally,
$ npm install -g ember-cli-sass
$ sudo git clone https://github.com/rektide/ember-cli-sass.git
$ sudo npm install -g ./ember-cli-sass
ember-cli-sass@7.1.1 /usr/lib/node_modules/ember-cli-sass
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ember-cli-sass
Package Name | ember-cli-sass |
Version | 7.1.1 |
Description | Use node-sass to preprocess your ember-cli apps files, with support for sourceMaps and include paths |
Released Date | 2017-11-14T01:18:38.014Z |
Published by | aexmachina |
How to Learn | https://www.npmjs.com/package/ember-cli-sass/tutorial |