Closed darrylmorley closed 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
The cli is extremely basic, it just does git clone .
So try making the directory first the then run command inside it
That works 👍
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 asbunx create-beth-app@latest myproject
:I installed bun using npm & I'm using WSL2.