Git Product home page Git Product logo

Comments (4)

japimese avatar japimese commented on August 16, 2024 2

Same error, I update the OS of my Mac, and the Sass builder stop working.

I solve it replacing the "path:" inside the "SASS.sublime-build", with the entire output of typing "echo $PATH" in your terminal.

To find the "SASS.sublime-build" I Installed the “PackageResourceViewer" vía "Package Control".
And then "PackageResourceViewer: Open Resource">"SassBuild">"SASS.sublime-build".

And up and running again ^^

from sass-build-sublimetext2.

michahell avatar michahell commented on August 16, 2024

same same... what did we do wrong? :/

from sass-build-sublimetext2.

michahell avatar michahell commented on August 16, 2024

hmm it has to do with ST2 not being able to find the sass executable, because it is not in the PATH that ST2 searches. Homebrew, why y no sass? Anyway, i'd say best option is to modify the SASS build system to point directly to the sass executable, ugly as it may be. see this SO post:
http://stackoverflow.com/questions/19610553/sass-wont-build-in-sublime-text-2-errno-2-no-such-file-or-directory

Hmm.. it might still be less ugly to symlink it though. changed my mind, i did this:

sudo ln -s /Users//.rvm/gems/ruby-1.9.2-p136/bin/sass /usr/local/bin/sass

next error up:

Could not find RubyGem sass (>= 0) (Gem::LoadError)
... sigh. easy installs are never really easy.
I couldn't find anything useful that solves this problem. I'll use the CLI sass command --watch instead.

from sass-build-sublimetext2.

thebenedict avatar thebenedict commented on August 16, 2024

I had the same two errors. Turned out sass was on my path but my chosen version of ruby was not. Had to add to my SASS.sublime-build:

"env": {
    "PATH": "/Users/thebenedict/.rvm/rubies/ruby-2.0.0-p451/bin"
}

from sass-build-sublimetext2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.