question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sass --watch doesn't find anything, not compiling

See original GitHub issue

I’m trying to use SASS but I got some issue with it, is not compiling anything. I tried different things to troubleshoot, is still not working.

Ruby 1.8.7 Sass 3.2.7 Mac OS X 10.8.3

What I try:

Install Ruby 2.0.0 Uninstall Sass Reinstall Sass Install the gem “listen” Since I installed the gem “listen”, I got this issue when I’m using the command sass --watch myfolder

>>> Sass is watching for changes. Press Ctrl-C to stop.
[Listen warning]:
Listen::MultiListener is deprecated, please use Listen::Listener instead.

Any idea?

Thanks. Alexis.

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:39 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
nishantkumar155commented, Feb 21, 2017

Hello please help me i was using this command to compile sass [ sass --watch saas/style.scss:stylesheets/style.css] but i am getting below error message

Sass is watching for changes. Press Ctrl-C to stop. error No such file or directory @ rb_sysopen - saas/style.scss

1reaction
ahmedelgabricommented, Apr 23, 2013

having the same issue

sass --watch css/scss/main.scss:css/main.css                                                  
>>> Sass is watching for changes. Press Ctrl-C to stop.
[Listen warning]:
Listen::MultiListener is deprecated, please use Listen::Listener instead.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Sass watch is detecting changes but not compiling to css
css terminal shows that changes have been detected to sass but won't compile to css. I am using Bourbon so all my .scss...
Read more >
Dart Sass Command-Line Interface
If the --no-source-map flag is passed, Sass won't generate any source maps. it cannot be passed along with other source map options. $...
Read more >
Sass watch command not working. [#3197644] | Drupal.org
On compiling sass by using the command "sass --watch scss:css" provides an error. Error: Can't find stylesheet to import @import "../../../.
Read more >
Upgrade SASS / SCSS to Use Latest CSS - YouTube
If your live sass compiler not working in vscode, or you want to use latest SASS / SCSS and CSS properties, it is...
Read more >
Sass Compiler NOT Working in Visual Studio Code - YouTube
In this tutorial I am going to explain how to fix the visual studio code live sass compiler extension if it is not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found