We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run the command: bunx -p @tsed/cli tsed init .
bunx -p @tsed/cli tsed init .
I get back the error: error: unknown command 'tsed'
error: unknown command 'tsed'
@tsed/cli
To be able to init tsed using bunx on Windows
No matter how many times I run this it always says tsed command not found
The text was updated successfully, but these errors were encountered:
@csprance You can init projet using npx and select bun as package manager.
npx
Sorry, something went wrong.
@csprance correct command is bunx -p @tsed/cli init ..
bunx -p @tsed/cli init .
I'll fix the command on the website
Romakita
No branches or pull requests
Information
When I run the command:
bunx -p @tsed/cli tsed init .
I get back the error:
error: unknown command 'tsed'
@tsed/cli
To be able to init tsed using bunx on Windows
Example
No matter how many times I run this it always says tsed command not found
Acceptance criteria
bunx -p @tsed/cli tsed init .
and have it initialize a tsed project for me ready to use with BunThe text was updated successfully, but these errors were encountered: