-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Labels
bugInvalid compiler output or panicInvalid compiler output or panic
Description
What happened?
I am running PRQL #e728b08e in a Dev Container. Each time I snag a new commit, I run these commands:
task web:run-playground
task web:run-website
task web:run-book
The first two work fine. The last (book) fails with an error about mdbook. (I didn't write it down.)
I can fix it by running these commands in the Dev Container terminal:
cargo install --locked mdbook
cargo install --locked mdbook-footnote
Troubleshooting
I removed all the containers, images, and volumes from Docker, then rebuilt. This lead to the same error message.
It was resolved by installing mdbook and mdbook-footnote
PRQL input
N/ASQL output
N/AExpected SQL output
N/AMVCE confirmation
- Minimal example
- New issue
Anything else?
No response
Metadata
Metadata
Assignees
Labels
bugInvalid compiler output or panicInvalid compiler output or panic