template monorepo
if I follow the instruction here
https://www.convex.dev/templates/monorepo
and than in the README that downloads with
npm create convex -- -t get-convex/turbo-expo-nextjs-clerk-convex-monorepo
eventually no matter what I try I get the error below (or I eventually break something else trying to install convex)
get this error
'web-app:dev: Module not found: Can't resolve 'convex/react'
web-app:dev: 2 |
web-app:dev: 3 | import { ReactNode } from 'react';
web-app:dev: > 4 | import { ConvexReactClient } from 'convex/react';'
Templates
The backend application platform with everything you need to build your product.
0 Replies