-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Cannot reproduce minimal example #26
Comments
So, I'm unable to reproduce an error like this using one of the example/test documents in the repository. A few questions:
Feel free to try to render a Quarto example using: |
|
Thanks, that's very useful! So, what's going on here is the In particular, we want a folder structure like: .
├── _extensions
│ └── coatless
│ └── webr
│ ├── _extension.yml
│ ├── ...
│ └── webr.lua
├── test-document.qmd
├── webr-serviceworker.js
└── webr-worker.js So, if you change directory to where the quarto add coatless/quarto-webr Here's a quick walkthrough video showing the |
Simple pathing problem. Thank you <3 |
Following the minimal example results in the following error:
Are there additional steps to the installation other than ensuring webR are installed via
npm i webR
and adding the quarto filter?The text was updated successfully, but these errors were encountered: