Next.js Discord

Discord Forum

Turbopack freezes, never compile

Unanswered
Polar bear posted this in #help-forum
Open in Discord
Polar bearOP
I've just created a brand new nextjs (yarn create next-app@latest my-app --typescript --tailwind --eslint). i tried turbopack on next dev, it stucked at ready state, didn't even throw any error. i made no other configuration. i opened browser and received infinite loading.
i tried some usual steps: deleting node_modules and .next folder, reinstall dependencies but nothing works.
here is my environment:
- OS: Ubuntu 22.04
- Node: v19.0.1
- yarn: 1.22.19

3 Replies

Polar bearOP
screenshot of the terminal
Tan
this is best handled in a github issue
Polar bearOP