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 trialStephen O'Connor
22,291 PointsStrand 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
Jacob Mishkin
23,118 PointsFrom what I see it might be an issue with your cache, take a look at the thread below, this might help:
Stephen O'Connor
22,291 PointsStephen O'Connor
22,291 PointsThanks Jacob. I deleted my entire Trash and that seemed to work!
Jacob Mishkin
23,118 PointsJacob Mishkin
23,118 PointsAwesome!