Error when running nextJS demo app (Module not found: Can't resolve 'better-auth')
I'm trying to run the nextJS demo app, but getting this error after
pnpm run dev
I did the following steps per the README:

Solution:Jump to solution
Got around it by changing
package.json to import packages from npm rather than references to the mono repo's workspace: and catalog:.1 Reply
Solution
Got around it by changing
package.json to import packages from npm rather than references to the mono repo's workspace: and catalog:.