GithubHelp home page GithubHelp logo

Comments (4)

sds avatar sds commented on July 17, 2024

Hey @edhenderson, thanks for using scss-lint!

Assuming you installed scss-lint via gem install scss-lint and don't have it in your Gemfile, you should be able to solve the problem by pinning the sass version in your Gemfile to 3.2.12 so that bundler doesn't automatically try to load the latest available version.

I would expect the core contributors to sass will be fixing this problem soon, as one of them is also the creator of Compass.

Hope this helps!

from scss-lint.

edhenderson avatar edhenderson commented on July 17, 2024

@sds Thanks Shane. Just need to work out what a gemfile is now and I'm set. Ha ha. Happy Holidays.

from scss-lint.

davidpmccormick avatar davidpmccormick commented on July 17, 2024

I'm having the same problem, but running a Rails app. Should I be changing gem 'sass-rails', '~> 4.0.0' in the Gemfile? Any ideas what to, if so?

Thanks

from scss-lint.

sds avatar sds commented on July 17, 2024

Hey @davidpmccormick, you simply need to not run scss-lint within the context of bundler. If you are running it via a rake task for example, then it will use the bundler context that is loaded by Rails.

The easiest way to get around this is to run scss-lint standalone, without including it in your application's Gemfile or running it in that context via bundle exec (or any rails command, which loads the bundler context for you).

Hope this helps.

from scss-lint.

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.