Replies: 1 comment 5 replies
-
It looks like we're having some kind of issue resolving a path to a dependency that Quarto is trying to include in the document output. Do you mind sharing a sample document that causes the issue and perhaps anything about the path or file system where the document resides that could be at all related? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I keep encountering differing versions of the same issue after I try render a quarto html project.
Error in normalizePath(path.expand(path), winslash, mustWork) :
path[1]="site_libs/clipboard-0.0.1": The system cannot find the file specified
Calls: .main ... html_dependencies_as_string -> lapply -> FUN -> normalizePath
Can anyone explain to me exactly what is going on here? This happens after I tell it to render to html. This message comes up in the terminal after running through everything.
Beta Was this translation helpful? Give feedback.
All reactions