CodingWithJamal
CodingWithJamal13mo ago

Convex dev hanging

My convex dev command has been running for 5+ mins now and im not sure why...
No description
6 Replies
CodingWithJamal
CodingWithJamalOP13mo ago
No description
erquhart
erquhart13mo ago
Are you importing/requiring package.json directly anywhere I would do a code search for package.json to confirm
ian
ian13mo ago
maybe 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?
Gorka Cesium
Gorka Cesium10mo ago
i have the same issue
Michal Srb
Michal Srb10mo ago
@Gorka Cesium are you still blocked on this?
Gorka Cesium
Gorka Cesium10mo ago
no, i removed the heavy files in the convex directory and now it works smoothly again

Did you find this page helpful?