bunx create-discord-bot defaulting to npm
bun version: 1.0.3
node version: 18.18.0
when running bunx create-discord-bot I get the message:
Detected an unsupported package manager (bun/1.0.3 npm/? node/v18.15.0 darwin x64). Falling back to npm.
Is this normal or am I just on a wrong version?
2 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!So just run
bunx create-discord-bot --package-manager
Unknown option --package-manager for some reason
If you mean --packageManager then no
In the repo --package-manager seems to be an available option though
Well rip me then, I guess no bun
I'm guessing bun isn't supported either then atm