Bun migration steps
Answered
Brown bear posted this in #help-forum
Brown bearOP
How can I migrate my existing Next app to bun? I can't seem to find any docs about it.
Answered by riský
Next.js currently relies on Node.js APIs that Bun does not yet implement. The guide below uses Bun to initialize a project and install dependencies, but it uses Node.js to run the dev server.([from that link above](https://bun.sh/guides/ecosystem/nextjs))
8 Replies
European sprat
It's not supported
the best you can do is use it as a package manager currently
@European sprat It's not supported
Brown bearOP
There are official docs on how to create a next app from scratch though
European sprat
Next.js currently relies on Node.js APIs that Bun does not yet implement. The guide below uses Bun to initialize a project and install dependencies, but it uses Node.js to run the dev server.([from that link above](https://bun.sh/guides/ecosystem/nextjs))
Answer
European sprat
Read what it says at the top
@riský the best you can do is use it as a package manager currently
Brown bearOP
understood
thanks