-
DescriptionI upgraded to the latest Quarto version (1.4.550), and this Quarto extension that I had been using to create Wiley Journal articles stopped working. https://github.com/ramiromagno/wiley-njd I downgraded to Quarto 1.3.450 and it works on that. Whenever I try to render a document, I receive this error:
I'm not sure what changed in these later Quarto versions that would have caused this. Any advice would be greatly appreciated! 😄 Quarto Info
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You need to report that to the author(s). When using an extension, first reach out to the extension authors on the repository where is the extension is. |
Beta Was this translation helpful? Give feedback.
-
In previous version of Quarto, we were silently ignoring the unfound file declaration. In newer Quarto, we are now throwing an error. So this was a hidden problem in the extension template.
When installed,e extension are installed in your folder project, so you can have access to the source file. You can then modify the This should remove the error. Hope it helps |
Beta Was this translation helpful? Give feedback.
You need to report that to the author(s).
The extension has undeclared dependencies to partials.
The error was silenced before but is no longer silenced.
When using an extension, first reach out to the extension authors on the repository where is the extension is.
Quarto team can eventually help the authors but that is after the authors have been made aware. Not the other way around as the number of extensions increases, Quarto team cannot debug the extension.