t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.64k stars 394 forks source link

bug: Turbo shutting down: `shutting down dev server`after file edit #1231

Closed jpainam closed 4 hours ago

jpainam commented 5 hours ago

Provide environment information


  System:
    OS: macOS 14.5
    CPU: (10) arm64 Apple M1 Max
    Memory: 1.68 GB / 32.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 22.4.0 - ~/.nvm/versions/node/v22.4.0/bin/node
    Yarn: 1.22.22 - ~/.nvm/versions/node/v22.4.0/bin/yarn
    npm: 10.8.1 - ~/.nvm/versions/node/v22.4.0/bin/npm
    pnpm: 9.12.2 - ~/.nvm/versions/node/v22.4.0/bin/pnpm

Describe the bug

Anytime after a file edit. instead of hot reload, the webpage become unavailable. It seems it's a turbo issue. just posting it here in case anyone has ever encounter such problem. In the terminal, i can read shutting down dev server

I'm using

 "devDependencies": {
...
"@turbo/gen": "2.2.1",
 "turbo": "2.2.3"
...
}

Link to reproduction

https://github.com/t3-oss/create-t3-turbo

To reproduce

This error just came from nowhere. and it's slowing development.

Additional information

N/A

jpainam commented 4 hours ago

downgrading pnpm and turbo worked

"pnpm@9.10.0",
 "turbo": "2.1.2",
"@turbo/gen": "2.1.2",