Description
When trying to install the extension I receive the following error:
$ quarto add coatless/quarto-webr
Quarto extensions may execute code when documents are rendered. If you do not
trust the authors of the extension, we recommend that you do not install or
use the extension.
? Do you trust the authors of this extension (Y/n) » Yes
[>] Downloading
[>] Unzipping
Found 1 extension.
The following changes will be made:
Embedded webr code cells [Install] 0.4.3 (filter)
? Would you like to continue (Y/n) » Yes
[>] Copying
ERROR: The process cannot access the file because it is being used by another process. (os error 32): remove 'C:\Users\rt1875bv\Dropbox\DSCI415\QuartoDemo2._extensions.staging'
Stack trace:
at Object.removeSync (ext:deno_fs/30_fs.js:250:3)
at safeRemoveSync (file:///C:/Users/rt1875bv/AppData/Local/Programs/Quarto/bin/quarto.js:2369:14)
at file:///C:/Users/rt1875bv/AppData/Local/Programs/Quarto/bin/quarto.js:117275:13
at eventLoopTick (ext:core/01_core.js:175:7)
at async withSpinner (file:///C:/Users/rt1875bv/AppData/Local/Programs/Quarto/bin/quarto.js:85080:16)
at async completeInstallation (file:///C:/Users/rt1875bv/AppData/Local/Programs/Quarto/bin/quarto.js:117250:5)
at async installExtension (file:///C:/Users/rt1875bv/AppData/Local/Programs/Quarto/bin/quarto.js:116955:5)
at async Command.actionHandler (file:///C:/Users/rt1875bv/AppData/Local/Programs/Quarto/bin/quarto.js:125281:25)
at async Command.execute (file:///C:/Users/rt1875bv/AppData/Local/Programs/Quarto/bin/quarto.js:8253:13)
at async Command.parseCommand (file:///C:/Users/rt1875bv/AppData/Local/Programs/Quarto/bin/quarto.js:8143:20)