Web Dev Cody
Web Dev Cody•2y ago

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
jamwt
jamwt•2y ago
0.17.1?
Web Dev Cody
Web Dev CodyOP•2y ago
I think so I don't see convex in the package.json anywhere, so I'm not sure where to check versions
* Generated by convex@0.17.1.
* To regenerate, run `npx convex dev`.
* Generated by convex@0.17.1.
* To regenerate, run `npx convex dev`.
nvm it's in my generated code, 17.1
jamwt
jamwt•2y ago
gotcha. is this from one of our quick starts, or... ? typically convex would be in the package.json
Web Dev Cody
Web Dev CodyOP•2y ago
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
jamwt
jamwt•2y ago
can you try npm i convex and see if anything changes? usually that's done before convex dev as in the guide above
Web Dev Cody
Web Dev CodyOP•2y ago
yup that fixed it 😅 thanks for the help silly mistake on my part
jamwt
jamwt•2y ago
no problem

Did you find this page helpful?