Replace degit with giget so that create
package doesn't depend on Git being installed locally
#464
Labels
create
package doesn't depend on Git being installed locally
#464
There have been a couple more new users (on Windows) that have run into the issue described in #389 because they didn't already have Git installed on their machine. It looks like the create-astro package (which I used for inspiration for
@sdeverywhere/create
) started using the giget package as a replacement for degit. The giget package doesn't depend on Git being installed locally, and it is more likely to be maintained in the future than degit.Instead of pursuing the error message and documentation changes in #389, I propose replacing degit with giget, which should offer the same functionality without the user having to worry about having Git installed locally.
The text was updated successfully, but these errors were encountered: