ethanniser / the-beth-stack

An opinionated hypermedia-driven architecture for building web apps
MIT License
848 stars 81 forks source link

create-beth-app error #15

Closed darrylmorley closed 1 year ago

darrylmorley commented 1 year ago

I'm trying to start a new project using the create-beth-app CLI. When I use bunx create-beth-app@latest I get an error as below, this error also occurs when providing a name for the project, such as bunx create-beth-app@latest myproject :

fatal: destination path '.' already exists and is not an empty directory.
error: undefined

I installed bun using npm & I'm using WSL2.

ethanniser commented 1 year ago

The cli is extremely basic, it just does git clone .

So try making the directory first the then run command inside it

darrylmorley commented 1 year ago

The cli is extremely basic, it just does git clone .

So try making the directory first the then run command inside it

That works 👍