You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run bunx @better-auth/cli generate and got an error: "error: unknown command 'generate'". This was confusing so I ran bunx @better-auth/cli --help and to my surprise it outputs the help of a library I was working on that I globally linked. So, I tried to unlink it through bun and npm but no use still getting the help of the other library. I even tried to globally remove it, just in case I did so, but it wasn't installed globally.
I don't know how to reproduce that error and I'm really confused.
What is the expected behavior?
To recognize the right package and run the right commands.
What do you see instead?
Help for another library
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.2.2+c1708ea6a
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What steps can reproduce the bug?
I was trying to run
bunx @better-auth/cli generate
and got an error: "error: unknown command 'generate'". This was confusing so I ranbunx @better-auth/cli --help
and to my surprise it outputs the help of a library I was working on that I globally linked. So, I tried to unlink it throughbun
andnpm
but no use still getting the help of the other library. I even tried to globally remove it, just in case I did so, but it wasn't installed globally.I don't know how to reproduce that error and I'm really confused.
What is the expected behavior?
To recognize the right package and run the right commands.
What do you see instead?
Help for another library
Additional information
No response
The text was updated successfully, but these errors were encountered: