Sublime Forum

Having trouble with Sass

#1

I’m trying to use sass, but I keep getting this error when executing.

[Errno 2] No such file or directory: 'sass' [cmd: ['sass', '--update', '/Users/iAdrian/Desktop/Untitled.scss:/Users/iAdrian/Desktop/Untitled.css', '--stop-on-error', '--no-cache']] [dir: /Users/iAdrian/Desktop] [path: /usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin] [Finished]

It seems like sass I’m pretty sure I installed it well, as I am able to set the sass syntax and stuff. Please help!

0 Likes

#2

The packages available for Sublime are there to help you write Sass. To actually compile your Sass files into CSS you need a compiler installed.

See: sass-lang.com/install

(You may also want to look into installing Compass. And there’s also a faster but more limited Sass compiler called LibSass – I’m a fan.)

Alex

0 Likes