libuv assertion with Convex Auth and Node.js 23.10 on Windows
npm create convex@latest. Everything was working, including npm run dev, until I followed the Convex Auth setup instructions with npx @convex-dev/auth. Now, npm run dev always fails with:This looks like it might be related to my use of the latest Node.js 23.10 because I saw https://github.com/nodejs/node/issues/56645 . Is this a known issue? Do I have any way to get around this other than downgrading Node.js to the long-term support release 22.x (which will be the next thing I try)?
