Skip to content
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

"[Errno 2] No such file or directory" #73

Open
glennonymous opened this issue Feb 4, 2015 · 15 comments
Open

"[Errno 2] No such file or directory" #73

glennonymous opened this issue Feb 4, 2015 · 15 comments

Comments

@glennonymous
Copy link

I'm getting this error when I try to run Sass Beautify on Sublime Text 2 on a Mac running Yosemite. I have SASS installed.

@badsyntax
Copy link
Owner

Are you using RVM or rbenv?

@glennonymous
Copy link
Author

Nope.

@badsyntax
Copy link
Owner

Hmm, it should just work with a default ruby install on OSX, although I haven tested this plugin in ST2 in a while.

Can you run the following in Terminal and paste the output here: which sass

@dompl
Copy link

dompl commented Feb 8, 2015

Have the same problem here.

@badsyntax
Copy link
Owner

Can you run the following in Terminal and paste the output here: which sass

@mpelzsherman
Copy link

I'm having the same issue. which sass returns /Users/mps/.gem/ruby/2.1.3/bin/sass. Tried setting this as the gemPath in settings, but still getting the error.

@mpelzsherman
Copy link

Ah - we solved it by following your instructions here!

@arxpoetica
Copy link

I've followed the echo $PATH instructions and so forth, but I'm getting this error when I try and run SassBeautify:

There was an error beautifying your Sass:

rbenv: sass-convert: command not found

The `sass-convert' command exists in these Ruby versions:
  2.1.4

Here are my various paths:

which sass
/usr/local/var/rbenv/shims/sass

which ruby
/usr/local/var/rbenv/shims/ruby

which sass-convert
/usr/local/var/rbenv/shims/sass-convert

echo $PATH
/usr/local/heroku/bin:/usr/local/var/rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin

echo $GEM_PATH
[blank]

also:

ruby -v
ruby 2.1.4p265 (2014-10-27 revision 48166) [x86_64-darwin14.0]

What am I doing wrong?

@mkstix6
Copy link

mkstix6 commented Nov 4, 2015

I also have a blank $GEM_PATH.
I don't know how to proceed.

Another with the issue: #82

El Capitain is when the issue popped up.

@HaunGO
Copy link

HaunGO commented Mar 18, 2016

I am having the same issue.

@felixprojekt
Copy link

Worked for me:

Under Preferences > Package Settings > SassBeautify > Settings – User add this:

{
	"path": "/usr/local/bin",
}

@kiran-kadam911
Copy link

Thanks @felixprojekt , this work for me also. #YoBoyz

@sunilpujar
Copy link

How to find this Path (Under Preferences > Package Settings > SassBeautify > Settings), Can some one explain

@kiran-kadam911
Copy link

kiran-kadam911 commented Nov 23, 2017 via email

@felixprojekt
Copy link

@sunilpujar it is actually under Sublime Text > Preferences > ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants