EN
SASS / SCSS - installation path under windows 10
9
points
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