Replies: 1 comment 5 replies
-
Thanks for reporting this possible bug, could you share a repository and/or a small reproducible example to use to investigate? |
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.
-
You have a fresh installation of quarto 1.3.340.
When I try to publish an existing project that I am creating in the previous version, I get the following error. It published fine in the previous version.
Why am I getting this error after installing the new version?
Rendering for publish:
[ 1/14] index.qmd
ERROR: NotFound: 지정된 파일을 찾을 수 없습니다. (os error 2), remove 'G:\My drive\2023\00_SNUE\01\AAA\main\HEMP\index_files'
NotFound: 지정된 파일을 찾을 수 없습니다. (os error 2), remove 'G:\My drive\2023\00_SNUE\01\AAA\main\HEMP\index_files'
at Object.removeSync (deno:runtime/js/30_fs.js:157:9)
at removeIfEmptyDir (file:///C:/Program%20Files/Quarto/bin/quarto.js:5701:18)
at renderCleanup (file:///C:/Program%20Files/Quarto/bin/quarto.js:80573:5) at cleanupExecutedFile (file:///C:/Program%20Files/Quarto/bin/quarto.js:99089:5)
at file:///C:/Program%20Files/Quarto/bin/quarto.js:98809:17
at Array.forEach ()
at cleanupExecutedFiles (file:///C:/Program%20Files/Quarto/bin/quarto.js:98808:35)
at Object.onComplete (file:///C:/Program%20Files/Quarto/bin/quarto.js:98887:17)
at renderFiles (file:///C:/Program%20Files/Quarto/bin/quarto.js:86652:42)
at async renderProject (file:///C:/Program%20Files/Quarto/bin/quarto.js:86794:25)
Beta Was this translation helpful? Give feedback.
All reactions