bun
bun copied to clipboard
running bunx create-next-app uses NPM to install the dependencies instead of Bun
What version of Bun is running?
1.1.0+5903a6141
What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
What steps can reproduce the bug?
Initialize a new Next.js project via the bunx create-next-app
command
What is the expected behavior?
The project's dependencies should get installed via Bun
What do you see instead?
Instead, it automatically proceeds to use NPM for installing the dependencies
Additional information
No response
You can force it with --use-bun
while waiting for a fix
I encountered same error, is there an alternative command to make it work ?
same error here guys