Sass compiler not working in exalted text 3

I have Sass installed on my windows 7 machine and am trying to compile some scss.

Each time I get the following output:

'sass' is not recognized as an internal or external command,
operable program or batch file.
[Finished in 0.2s with exit code 1]
[cmd: ['sass', '--update', 'W:\\exocet\\web\\build\\mirror\\css\\style.scss:W:\\exocet\\web\\build\\mirror\\css/style.css', '--stop-on-error', '--no-cache']]
[dir: W:\exocet\web\build\mirror\css]
[path: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\EgisTec\MyWinLocker 3\x86;C:\Program Files (x86)\EgisTec\MyWinLocker 3\x64;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files (x86)\QuickTime\QTSystem\]

What is the problem?

+4
source share
1 answer

Fortunately, I found the answer here ...

If you get the message "sass", it is not recognized as an internal or external command 'error ...... and set Sass, you must add this for your PATH variable of your system.

At the end of the line, add C: \ Ruby192 \ bin.

Instructions for changing the PATH variable can be found here .

Windows Vista and Windows 7 users:

  • "".
  • " " .
  • " " " " .

Windows 2000 Windows XP:

Windows 2000 Windows XP, autoexec.bat autoexec.nt, Windows. , .

  • "".
  • " " "".
  • "" " " .

, " " ( ) "" " " "". , . , .

C:\Program Files; C:\Winnt; C:\Winnt\System32

, "192", (; C:\Ruby192\bin), Ruby.

+7

Source: https://habr.com/ru/post/1529557/


All Articles