npx convex dev - Subsequent property declarations must have the same type (@types/react)
Hi, I've been trying to determine what exactly is wrong when I try to run (I'm on Notion clone tutorial - Authentication part)
It looks like some mixed ependencies? Anyone had same issue?
4 Replies
package.json just in case:
@Krab how does that compare to the one in @CodeWithAntonio 's repository?
the package.json specifically
Adding
"skipLibCheck": true,
to the tsconfig.json
in the convex/
directory usually fixes this, but it would be interested to know what's different from the @CodeWithAntonio 's repository@jamwt - there's few minor version differences but nothing special i guess. @ballingt - thank you! this works perfectly