-
Notifications
You must be signed in to change notification settings - Fork 12
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
Issue deploying to netlify #22
Comments
Are you running a recent (v1.2 prerelease) version of quarto? IIRC, that error comes from using an old version of quarto. |
Yes, I seem to be (after checking with It seems to be an issue on the netlify plugin quarto side of things rather than anything to do with fontawesome. |
It's strange, though, because by default, https://github.com/quarto-dev/netlify-plugin-quarto uses the latest release, which is |
Latest release or latest prerelease? |
@dragonstyle .... oh 🤦 not the first time I get this wrong either. You're totally right. @DidDrog11 try specifying the version directly through the |
As in
If so I get a different issue now. 10:12:29 AM: Installing NPM modules using NPM version 8.19.2 |
no, that should be [[plugins]]
package = "@quarto/netlify-plugin-quarto"
version = "1.2.267" |
It didn't seem to like that.
|
Oh, I think I missed the [[plugins]]
package = "@quarto/netlify-plugin-quarto"
[plugins.inputs]
version = "1.2.267" |
No worries, I really appreciate the assistance. This error seems even more opaque, I wouldn't know where to start. 11:22:59 AM: Installing missing commands |
... sigh. I was afraid this might come up. Now you're getting caught by a bug somewhere in netlify's own code that we have wrestled with for a couple of months and haven't been able to track down (we're in touch with their engineers and haven't been able to figure this out). I'm going to spend some time this week on this and hopefully we'll be able to get to the bottom of it. I'm sorry! |
You're seeing this: quarto-dev/quarto-cli#1956 |
Thanks for your help. For me it's absolutely fine to just publish from RStudio. |
Hi,
I imagine this is an issue I have produced but just in case. Does this error log mean anything to you?
6:08:43 PM: ────────────────────────────────────────────────────────────────
6:08:43 PM: Plugin "@quarto/netlify-plugin-quarto" failed
6:08:43 PM: ────────────────────────────────────────────────────────────────
6:08:43 PM:
6:08:43 PM: Error message
6:08:43 PM: Error: Error message
6:08:43 PM: Command failed with exit code 1: /tmp/quarto/bin/quarto render (https://ntl.fyi/exit-code-1)
6:08:43 PM: [ 1/26] about.qmd
6:08:43 PM: Error running filter /tmp/quarto/share/filters/quarto-pre/quarto-pre.lua:
6:08:43 PM: _extensions/quarto-ext/fontawesome/fontawesome.lua:63: attempt to call a nil value (field 'is_format')
6:08:43 PM: stack traceback:
6:08:43 PM: /tmp/quarto/share/filters/quarto-pre/quarto-pre.lua:2943: in function 'callShortcodeHandler'
6:08:43 PM: /tmp/quarto/share/filters/quarto-pre/quarto-pre.lua:3024: in function 'transformShortcodeInlines'
It seems there is an error produced by the lua while running the extension and the traceback seems to relate to the shortcodes.
I am using the following code in the _quarto.yml to put fa icons in the navbar. Could that be the issue?
The text was updated successfully, but these errors were encountered: