npx convex dev stuck
I tried setting up a new project and running
npx convex dev
, but it just seems stuck on Preparing Convex functions...8 Replies
0.17.1?
I think so
I don't see convex in the package.json anywhere, so I'm not sure where to check versions
nvm it's in my generated code, 17.1
gotcha. is this from one of our quick starts, or... ? typically convex would be in the package.json
React Quickstart | Convex Developer Hub
Add Convex to a React project
I had an existing t3 stack project, and I ran npx convex dev which setup my convex project
I can see the new project in the convex console
but I added a new mutation file and saved but it doesn't seem to be refreshing
can you try
npm i convex
and see if anything changes? usually that's done before convex dev
as in the guide aboveyup that fixed it 😅
thanks for the help
silly mistake on my part
no problem