Summary
When I try to use npm or bun to create the starting app, it doesn't do anything.
Reproduction steps
Running NPM it tries to run NPX in a weird way ( suspect a line break too many? )
❯ npm create rezi my-app
npx
"create-rezi" my-app
Bun only returns to the terminal without further information.
Both don't seemingly create anything.
### Environment
OS: Ubuntu on Windows WSL2
Windows Terminal
NodeJS v24.14.0
### Logs / output
_No response_
Summary
When I try to use npm or bun to create the starting app, it doesn't do anything.
Reproduction steps
Running NPM it tries to run NPX in a weird way ( suspect a line break too many? )
❯ npm create rezi my-app