-
Notifications
You must be signed in to change notification settings - Fork 56
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
[ERROR] Could not find any executable for "sass-convert". Operation Aborted. #563
Comments
Hi @flesage-000, the .sass syntax support is provided by https://github.com/SassDoc/sass-convert which:
|
Hi @pascalduez , Thanks for the answer. I don't really undertsand, I saw sass-convert was unmaintained. i tried to install it, i don't remember what happened, just i uninstall it fastly cause it don't work (as expected). I tried to uninstall to reinstall using
I don't see what i'm doing wrong :/, probably cause the project was created with sass option. Thanks. |
You shouldn't have to install The |
Why the project is built on deprecated Ruby Sass (unmaintained) library? Any plans to change it? |
Hello,
I'm new to sass, so sorry if question is simple.
When i run sassDoc using CLI:
sassdoc ./src/assets/styles/ --config ./src/sassdoc_config.json
The response is:
I'm surprise by this cause, sass already work in my project. I just want to generate doc.
I use:
Angular CLI: 12.2.13
Node: 16.9.1 (Unsupported)
Package Manager: npm 7.21.1
OS: win32 x64
Angular: 12.2.13
... animations, cli, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
@angular-devkit/architect 0.1202.13
@angular-devkit/build-angular 12.2.13
@angular-devkit/core 12.2.13
@angular-devkit/schematics 12.2.13
@schematics/angular 12.2.13
rxjs 6.6.7
typescript 4.3.5
Note: if i simply run
sassdoc ./src/sassdoc_config.json
its works. Doc is empty and not in right directory, But it works oO.What can i do?
Thx.
The text was updated successfully, but these errors were encountered: