Answer the question
In order to leave comments, you need to log in
How to run libsass?
How to run libsass compiler from console? Installed - npm install node-sass.
I run - node-sass -w sass/ css/
Writes that there is no node-sass, even though everything is installed.
Answer the question
In order to leave comments, you need to log in
Try it like this
npm uninstall node-sass
npm install node-sass -g
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question