-
Notifications
You must be signed in to change notification settings - Fork 289
Description
Hi there,
I have used Codebuff for I believe couple of times earlier with a free account, and it used to work just fine. Since Yesterday whenever I try to run it - it behaves weirdly and some strange info is being thrown at me
`codebuff
Bun is a fast JavaScript runtime, package manager, bundler, and test runner. (1.2.16+631e67484)
Usage: bun [...flags] [...args]
Commands:
run ./my-script.ts Execute a file with Bun
lint Run a package.json script
test Run unit tests with Bun
x eslint Execute a package binary (CLI), installing if needed (bunx)
repl Start a REPL session with Bun
exec Run a shell script directly with Bun
install Install dependencies for a package.json (bun i)
add lyra Add a dependency to package.json (bun a)
remove underscore Remove a dependency from package.json (bun rm)
update @remix-run/dev Update outdated dependencies
audit Check installed packages for vulnerabilities
outdated Display latest versions of outdated dependencies
link [] Register or link a local npm package
unlink Unregister a local npm package
publish Publish a package to the npm registry
patch Prepare a package for patching
pm Additional package management utilities
build ./a.ts ./b.jsx Bundle TypeScript & JavaScript into a single file
init Start an empty Bun project from a built-in template
create astro Create a new project from a template (bun c)
upgrade Upgrade to latest version of Bun.
--help Print help text for command.
Learn more about Bun: https://bun.sh/docs
Join our Discord community: https://bun.sh/discord`
Why?
I have installed [globally, and the package does appear in there as well] and removed the package and installed again for at least 3 times by now but the behavior remains the same, can anybody tell me why it's behaving like this?
Thanks for Reading!