-
DescriptionI have created an extension that is available here However, when i go to add it to an existing project using: quarto add clearmatics/qreacto I get the following error Extension not found in local or remote sources The project is open and public, any ideas what might be causing this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I'm not 100% sure, but I'm guessing the issue is that the folder name for you extension (in your repo) is |
Beta Was this translation helpful? Give feedback.
-
It appears Quarto uses the PS: |
Beta Was this translation helpful? Give feedback.
-
thank you will update the repo and get back to you |
Beta Was this translation helpful? Give feedback.
It appears Quarto uses the
main
branch by default, which is the default on new GitHub repository (since the 1st of October, 2020).If you rename your branch to
main
it should work or usequarto add clearmatics/qreacto@master
.PS:
quarto create-project
is deprecated, usequarto create project
in your readme.