-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't compile SCSS after update OSX to 10.13 (macOS High Sierra) #679
Comments
I have same problem, SCSS doesn't compile after update to 10.13 macOS High Sierra. Same error message, even in Adobe Dreamweaver. |
Same problem here. |
I have same problem. |
Hello, this help me resolve the problem for me.
After this steps, everything works fine and I can compilate again with Koala or in Dreamweaver. |
I have the same problem ... Then I re-install: but still not working. The error message now is:
Anyone have an idea how to solve this problem? many thanks |
I can compile using |
Hi.. Any news on this? |
@delowar64 I tried this earlier - no result in my case |
did you update command line tools? |
@delowar64 Yes, command line tools updated. Ps. |
@slipdem I have the same problem, I'm using Scout for now, but I hope Koala will work again soon ... |
CodeKit works too... but I would prefer Koala instead. |
Tried the fixes with no luck... |
Just ran into this and got it fixed. I was seeing "[Errno 2] No such File or Directory" when trying to build .scss in both SublimeText 2 and 3. It's worked with other OS updates but after updating to High Sierra looks like I had to reinstall SASS from terminal. Here's a quick post: |
I have a same problem. |
same here ... I've tried everything, but no solution yet |
Ok, I found that installing the command line tools for Xcode / High Sierra seemed to fix the issue. |
This way is work. https://github.com/oklai/koala/issues/679#issuecomment-332510652 And step 7. sudo gem install compass |
same here, thanks, |
I had same problem and the solution of @iamcubcs it's worked for me, but before i had to update Xcode. Thanks a lot ! |
to me still not working ... I follow @iamcubcs instructions but I had the message error saying: Now I've tried to un-install and re-install many times sass, node-sass, ruby update etc.etc.(maybe too much) and the error message in koala now is:
Does anyone understand where I'm doing wrong? p.s. I even thought could be a problem with System Integrity Protection (SIP), but no |
@deluigiluca try sudo gem install compass and open xcode for install xcode component. |
@iamcubcs Works great! Brew pretty much told me what's needed in order to install |
@thecopt Thank you...but still not working |
@deluigiluca try run sass -v |
@thecopt it give me:
but when compiling with Koala, one line in the error message (red) is:
|
@deluigiluca please run compass -v |
@thecopt
|
@deluigiluca update xcode ? |
I am having the same issue and it is driving me nuts. I am on the latest version of High Sierra. Any issues with this? I am running Koala with Adobe Brackets app. |
@ssandovalCSD me too. I guess I must uninstall and reinstall everything, but I don't have time to do it now. By the way, I'm running Koala with many programs, but the error message not belongs if I'm running it with Brackets, Sublime text, Visual Studio Code, Dreamweaver or others ... |
Just followed iamcubus and it worked. |
Hi thanks to @iamcubcs its steps solve my issue on an updated OS from Sierra to High Sierra. Next time I will do a clean install. |
I have followed @iamcubcs instructions but I am still getting the same error message. Plus it only started happening after installing High Sierra 10.13. |
had seme problem after installing High Sierra 10.13. this worked for me: |
Just tried @masomi79 solution but I am still having the same issue :( |
me too ... |
I had the same problem... This worked for me: |
I ran these commands after updating to High-Sierra ,and now its working fine. Thanks @masomi79 for specifying that too.
|
Hi everybody, I have the same problem. I've tried everything commented here. Nothing worked. The most strange for me is that Codekit is working and, thanks god, this saved my life. It's a pitty because I love Koala. I hope it will solve soon. |
@iamcubcs steps works on my case :) |
Sorry for the delay. |
Can anyone verify that this is fixed in v2.3.0? |
@zaygraveyard I can verify that it works. Installing v2.3.0 fixed the ruby dependency error |
Fantastic, thank you @PAULUSfranCIRCUS |
I ran this to fix mine: |
This repaired my broken Compass: |
Koala v2.3.0 should work out-of-the-box, without having to run anything (unless you are using a custom command in the settings) |
I follow @deluigiluca step and it worked with me. |
update Koala to 2.3.0 |
@harrycb if you are use using Grunt then you probably not using Koala. Unless you updated Koala and now experiencing this problem, please don't comment on this issue |
Thanks @iamcubcs |
this worked for me:
Credit: @masomi79, @christian-fries, and @robincher |
Koala version: 2.2.0
Error message:
/scss/styles.scss
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/dependency.rb:319:in
to_specs': Could not find 'sass' (>= 0) among 15 total gem(s) (Gem::LoadError) Checked in 'GEM_PATH=/Users/monstercritic/.gem/ruby/2.3.0:/Library/Ruby/Gems/2.3.0:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/gems/2.3.0', execute
gem envfor more information from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/dependency.rb:328:in
to_spec'from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_gem.rb:65:in
gem' from /Applications/Koala.app/Contents/Resources/app.nw/bin/sass:17:in
The text was updated successfully, but these errors were encountered: