dartsass:watch fails if current directory has spaces
When running
dartsass:watch
Inside a folder path that has a space in the folder, the compile fails; Positional and ":" arguments may not both be used.
Folder path:
/Users/Stewart/Development Offline/LLO/APP
Changing the folder path to:
/Users/Stewart/DevelopmentOffline/LLO/APP
dartsass:watch runs as expected
How are you running Dart Sass? That particular syntax (dartsass:watch) isn't part of Dart Sass itself, so this is likely an issue with whatever tool you're using to run it.
Same issue here. Appears when I run bundle exec rails dartsass:build I removed the space from my folder name and it worked fine. The error isn't helpful in debugging this, and there aren't any search engine indexed results. I'm so grateful I pasted this error into the issues search on this repo.
Positional and ":" arguments may not both be used.
If this is Rails-specific, you should bring it up with the Rails team.