noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Unable to execute: sass #554

Closed borishere closed 6 years ago

borishere commented 6 years ago

Hi, Please help me build .scss files using build-sass. Some time ago I built it with no problems, don't know exactly why it stopped working now. I get the following error:

Unable to execute: sass Make sure cmd:'sass' and cwd:'C:\' exists and have correct access permissions. Binaries are found in these folders: C:\Python27\;C:\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\ Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\TortoiseGit\bin;C:\Program Files\TortoiseSVN\bin;C:\Users \User\AppData\Roaming\npm;C:\Users\User\AppData\Local\Android\Sdk\tools;C:\Users\User\AppData\Local\Android\Sdk\platform-tools;C:\Users\user\AppData\Local\atom\bin

borishere commented 6 years ago

Solved.

noseglid commented 6 years ago

If you don't mind, what did you do to resolve it? Might be useful for someone else experiencing the same or similar problem.

borishere commented 6 years ago

Seems that ruby was lost from my environment PATH variable. I updated ruby, entered it in PATH variable and reinstalled SASS.