Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Stephen O'Connor
Stephen O'Connor
22,291 Points

Strand Sass Error "Errno::EACCES: Permission denied"

I am setting up a new project locally on my mac (El Capitan) and I am getting a weird error when setting up sass to watch my files. See below:

sass --watch Desktop/test/scss:Desktop/test/css

Produces:

>>> Sass is watching for changes. Press Ctrl-C to stop.
Errno::EACCES: Permission denied - /Users/{my_user_name}/.Trash/.BAH.1kCiq/FH-GoodDogPlain WTT/GOODDOGP.TXT
  Use --trace for backtrace.

Anyone know why this may be happening, I am stumped!

1 Answer

From what I see it might be an issue with your cache, take a look at the thread below, this might help:

http://www.mindscapehq.com/forums/thread/356137

Stephen O'Connor
Stephen O'Connor
22,291 Points

Thanks Jacob. I deleted my entire Trash and that seemed to work!

Awesome!