Gap between errors and documentation in embedding extensions? #10603
-
DescriptionI added an extension within an extension (just kinda to see what would happen) and I got this error: ERROR: Failed to resolve referenced filter countdown.lua - path does not exist.
If you are attempting to use another extension within this extension, please install the extension using the 'quarto install --embedded' command. To learn more, I tried the help: (base) MacBookPro:stat20slides andrewbray$ quarto install --help
Usage: quarto install [target...]
Version: 1.6.6
Description:
Installs a global dependency (TinyTex or Chromium).
Options:
-h, --help - Show this help.
--no-prompt - Do not prompt to confirm actions
--update-path - Update system path when a tool is installed
--log <file> - Path to log file
--log-level <level> - Log level (info, warning, error, critical)
--log-format <format> - Log format (plain, json-stream)
--quiet - Suppress console output.
--profile - Active project profile(s)
Commands:
help [command] - Show this help or the help of a sub-command.
Examples:
Install TinyTeX: quarto install tinytex
Install Chromium: quarto install chromium
Choose tool to install: quarto install And when I went to run the recommended command at the root of the project I got: (base) MacBookPro:stat20slides andrewbray$ quarto install --embedded
ERROR: Unknown option "--embedded". Did you mean option "--embed"? So then: (base) MacBookPro:stat20slides andrewbray$ quarto install --embed
ERROR: Missing value for option "--embed". I'm not sure if this has already beed logged, but if not I figured I'd get it on the to-do list. ( |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Sep 1, 2024
Replies: 1 comment
-
Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mcanouil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!
I believed the flag was renamed but the changes was not propagated everywhere.
I've opened an issue: