0

Netbeans 8.1: I am trying to compile My scss file in netbeans. But netbeans show this error message .enter image description here

My computer install ruby and sass. What means this error I don't Understand. Here include Environment variables path

enter image description here

Finaly I write code in scss file but not compile this code. And not conver to css file. Plz help.. Advance Thanks for every All
.enter image description here

Mamun
  • 145
  • 11
  • Possible duplicate of [How to use SASS with Netbeans 8.0.1](http://stackoverflow.com/questions/25965982/how-to-use-sass-with-netbeans-8-0-1) – T04435 Jun 01 '16 at 11:22

1 Answers1

0

You need t set the path to SASS not only in PATH variable but also in Netbeans, to do so go to:

Netbeans -> Tools -> Options: Select the HTML/JS tab -> Sass Path: fill it with the path to SASS.

Hope it Helps

T04435
  • 12,507
  • 5
  • 54
  • 54