Next.js Discord

Discord Forum

"Correct" Node version for local development?

Unanswered
archer posted this in #help-forum
Open in Discord
Hello chat,
should I be using the latest Node or Node 20 for local development? I do have a reason to use the latest Node, one of my dependencies requires a dependency that uses Promise.resolvers(). The package works fine in prod running on Node 20 serverless. My ESLint just gets super angry when I try and develop using Node 20 on my local machine, so I opted for using the latest version. Any advice/insight/wisdom on this would be appreciated, thank you Next community 🙏

0 Replies