-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sass-convert not found #10
Comments
Is this an issue with versions? |
It seems the The odd thing is it's supposed to give a more friendly error message when the executable was not found. Any idea @pascalduez? Looks like @misscs, can you run |
Yes, the Error message is supposed to be more explicit and clear, so there's an issue here. For using @misscs What's your current setup ? |
Hello guys, I seem to have the same after running (i am using indented syntax):
Is there anything I can do with it? |
@rootical what's your current install of Sass ? Globally or locally (project folder) with bundler ? |
In this particular case I've been executing I've tried copying out the needed folder to some other destination, than docs are being successfully generated (in this case it appears to be using my global node-sass). So I am going to use this way so far :) |
So in a local project Nothing to do with node-sass or LibSass so far. Maybe you have Ruby Sass installed globally as well ? Anyway, this hard dependency and binary checking is a total mess and really error prone. I would like to refactor all this and also be able to leverage LibSass if possible. |
Hi! > sass-convert -v
Sass 3.4.21 (Selective Steve)
|
Hello, hit the same issue.
Windows 10, Sass available via bundler and path, yet it crashes :(. |
This seems to be mostly a Windows thing. Sadly I don't have an easy way at hand nor time to try to reproduce it. Help welcome. |
@dkfiresky the same issue.Seems can't launch sass-convert from script which using 'spawn ' |
@aboutqx I'm a mac user now - that solved any issues 😁 |
Same issue on Windows 10 Node version
Sass-convert version
Global sass version
Global ruby version
When running the gulp task with
|
The gulpfile.babel.js
|
As previously stated, we don't have an easy solution to test this on Windows. The weird thing is apparently running |
How do you get sass-convert on linux these days? Follownig the rabbit trail for getting the sass command line tools leads to only getting two executables: sass and dart-sass in the standalone download from github... |
|
It's doesn't work!! It's convert only sass to the sass! |
Moved from SassDoc/sassdoc#376
@misscs:
The text was updated successfully, but these errors were encountered: