Flake.nix for create t3-app and nextjs14
Hey there, so I wanted to upgrade my t3-app from next13 to next14. I followed the usual upgrade procedure and then wanted to start my dev server with
yarn dev
- however, I got the error that: - found this thread https://github.com/vercel/next.js/issues/57214, but after trying all kinds of different node versions, yarn versions and even bun - i still get this error. in the github issue, they talk about node 16, which i have not installed at all. here i my flake.nix for the dev shell
is anybody else using nix for a devshell? and has a working flake or shell.nix for nextjs14? When i downgrade to next13 in package json it all works... 😦GitHub
Issues · vercel/next.js
The React Framework. Contribute to vercel/next.js development by creating an account on GitHub.
2 Replies
I haven't tried next 14 but i use devenv with direnv on next 13 and it works fine
Yes, nextjs13 works fine for me too