bun icon indicating copy to clipboard operation
bun copied to clipboard

bun create next-app -example "Invalid Argument" error

Open tomByrer opened this issue 2 months ago • 0 comments

What version of Bun is running?

1.1.2+c8d072c2a

What platform is your computer?

Linux 6.5.0-26-generic x86_64 x86_64

What steps can reproduce the bug?

bun create next-app -example https://github.com/code-hike/v1-starter

What is the expected behavior?

installs

What do you see instead?

error: Invalid Argument '-e'

Additional information

node --version

v21.7.2

npx create-next-app -e https://github.com/code-hike/v1-starter

Downloading files from repo https://github.com/code-hike/v1-starter. This might take a moment. Installing packages. This might take a couple of minutes. etc...

tomByrer avatar Apr 07 '24 01:04 tomByrer