Languages
[Edit]
EN

SCSS / SASS - local installation

0 points
Created by:
Ela-Davey
663

In this article, we would like to show you how to locally install SCSS / SASS.

Quick solution:

npm i sass

Note:

You can also install sass locally as a dev-dependency for your project using: npm i -D sass command.

 

Practical example

In order to install SCSS / SASS globally under Windows 10 we need to use node package manager (npm).

Open Command Prompt and type the following command:

npm i sass

Result:

SCSS / SASS - installation
SCSS / SASS - installation

Note:

The npm i sass command is a shorthand for npm install sass.

 

See also

  1. React - install scss and style components using CSS modules

References

  1. npm

Alternative titles

  1. How to install SCSS / SASS
  2. SCSS / SASS - install locally
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join