Languages
[Edit]
EN

SASS / SCSS - installation path under windows 10

9 points
Created by:
Savannah
559

In this short article we would like to show where is installed sass under Windows 10 (post was created in November 2020).

Note: instalation path depends of user home directory location.

Windows path style:

C:\Users\MY_USER_NAME\AppData\Roaming\npm\sass
C:\Users\MY_USER_NAME\AppData\Roaming\npm\node_modules\scss

or universal:

%HOMEPATH%\AppData\Roaming\npm\sass
%HOMEPATH%\AppData\Roaming\npm\node_modules\scss

Linux path style (when we use MSysGit, Bash, Cygwin, etc.):

/c/Users/MY_USER_NAME/AppData/Roaming/npm/sass
/c/Users/MY_USER_NAME/AppData/Roaming/npm/node_modules/scss

or universal:

$HOME/AppData/Roaming/npm/sass
$HOME/AppData/Roaming/npm/node_modules/scss
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