Convex-Auth/NextJS/NPM (Not Vite)
https://github.com/get-convex/convex-auth-example as a baseline I have created a repo but even though the packages are installed I am getting errors that they cannot be found.- Cannot find module '@convex-dev/auth/server' or its corresponding type declarations.
- Cannot find module '@convex-dev/auth/providers/Anonymous' or its corresponding type declarations.ts(2307)
- Cannot find module '@convex-dev/auth/providers/Password' or its corresponding type declarations.ts(2307)
- Cannot find module 'convex/server' or its corresponding type declarations.ts(2307)
etc.
I see them in the node_modules folder. I am sorry, I have been stuck on this for three days now. I am trying to convert my 4 apps over to Convex Auth instead of Clerk.

