Since next auth isn't working with node 18 yet, what's the recommended way to use it? Go down to 16?
Title says it all.
11 Replies
it works with 18 for me
create-t3-app disables it when setting up a new project
no
just dont do @next
use @latest
Huh. Is @next the default? I didnt add anything. Just did
npx create-t3-app
beforeno clue just do
npx create-t3-app@latest
Yeah, worked. Thanks. I was just wondering why thats not automatically happening. @latest should be default imo
@latest and no tag should have the fix for node 18
if you dont specify latest it can use an old versino that you have stored locally, @latest always makes sure you have the latest from the registry
i wish you could tell npx what version to get when people don't specify anything
Oh yeah sure. That makes sense. Thanks for the heads up