Hello,
I have created a quarto website (<p>Data analyst <br> pour la recherche en sciences de la vie</p>) which I update frequently without any problem. However, when I tried to update it today using the 'quarto publish quarto-pub' command, I got this error message :
ERROR: Multiple previous publishes exist (specify one to republish with --id)
Error: Multiple previous publishes exist (specify one to republish with --id)
at resolveDeployment (file:///D:/Programmes/RStudio/resources/app/bin/quarto/bin/quarto.js:120939:23)
at async publishAction (file:///D:/Programmes/RStudio/resources/app/bin/quarto/bin/quarto.js:121406:9)
at async Command.fn (file:///D:/Programmes/RStudio/resources/app/bin/quarto/bin/quarto.js:121386:9)
at async Command.execute (file:///D:/Programmes/RStudio/resources/app/bin/quarto/bin/quarto.js:8437:13)
at async quarto (file:///D:/Programmes/RStudio/resources/app/bin/quarto/bin/quarto.js:127539:5)
at async file:///D:/Programmes/RStudio/resources/app/bin/quarto/bin/quarto.js:127557:9
I cannot recall doing any modifications different from usual (i.e. include more contents in my .qmd files) apart from modyfying the "slug" title on my quarto pub page. I understand there seems to be several quarto.js files that conflict located in D:/Programmes/RStudio/resources/app/bin/quarto/bin, but I can see only one (see picture).
Thanks for your help