Convex dev hanging
My convex dev command has been running for 5+ mins now and im not sure why...
6 Replies
Are you importing/requiring package.json directly anywhere
I would do a code search for
package.json
to confirmmaybe it's importing something from a strange place, leading it to try to analyze a whole different project? I'd also try deleting package-lock.json, in case it cached the project reference there. If you remove
document.js
does it get better?i have the same issue
@Gorka Cesium are you still blocked on this?
no, i removed the heavy files in the convex directory and now it works smoothly again