Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Sass Install Issue

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #157160
    justdan
    Participant

    Hey guys. I wanted to start getting familiar with Sass but ran into a bit of a speed bump on my install. I’m on a mac so my install line in terminal was “sudo gem install sass”. That went as planned and even when I ran the line “sass -v” I get the message that I successfully installed the current version. However, when I type a line in terminal to check for a SCSS file it gives me back the message ” -bash: test.scss: command not found. I’m searching around for tips but can’t seem to find anything reliable yet. Any ideas? Any help is always appreciated. Thanks guys!

    #157196
    __
    Participant

    -bash: test.scss: command not found

    Are you using the sass command? “test.scss” is, indeed, not the correct command. I would expect your command to look something like:

    sass test.scss test.css

    ?

    #157200
    Alen
    Participant

    you might try:

    bash --login

    then:

    sass --watch test.scss:test.css

    See if that works.

    #157211
    __
    Participant

    sass –watch test.scss:test.css

    @Alen has it right. Ignore what I suggested above. (Sorry for the confusion.)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Other’ is closed to new topics and replies.