N
N
Nikolai Antonov2015-02-06 10:47:24
css
Nikolai Antonov, 2015-02-06 10:47:24

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

1 answer(s)
N
Nikolai Shabalin, 2015-02-06
@nikolayshabalin

Try it like this

npm uninstall node-sass
npm install node-sass -g

And try to run

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question