I had been working on a project and then put it down for a month or so to do something else. Now when I come back to it, I am getting an error on all my pages where I had some webr chunks set up.
I am a teacher and I am trying to write documents that are interactive so the students can enter in their work on a webpage and then run the code. Here is my yaml :
format: live-html
engine: knitr
webr:
show-startup-message: false
packages: ['tidyverse', 'dplyr', 'janitor', 'gt', 'knitr']
autoload-packages: true
{{< include ./_extensions/r-wasm/live/_knitr.qmd >}}
When I render my documents, I get a similar error
Error running filter /Applications/quarto/share/filters/main.lua:
...k/_extensions/r-wasm/live/live.lua:79: attempt to call a nil value (field 'parse')
I tried to reinstall quarto-webr and quarto-live in case they got corrupted. Made sure the working directory is OK.
Do you have any thoughts? Thanks for any ideas.