mikey
mikey2y ago

No output after running npx convex dev

I'm probably doing something dumb but
⠋ Preparing Convex functions...
⠼ Preparing Convex functions...
⠋ Preparing Convex functions...
⠼ Preparing Convex functions...
Occasionally get:
"Unexpected Error: TypeError: Cannot read properties of undefined (reading 'start"
"Unexpected Error: TypeError: Cannot read properties of undefined (reading 'start"
https://github.com/mhddngs/convex-next --v convex 9.5.0
GitHub
GitHub - mhddngs/convex-next
Contribute to mhddngs/convex-next development by creating an account on GitHub.
No description
7 Replies
Michal Srb
Michal Srb2y ago
Hey @mikey , what is the full error message you get?
mikey
mikeyOP2y ago
That's the full error afaik @Michal Srb
No description
Michal Srb
Michal Srb2y ago
I can repro, let me have a look what's up
mikey
mikeyOP2y ago
Thank you sm for looking!
Michal Srb
Michal Srb2y ago
Hey @mikey, thanks for your patience, can you run
npm install prettier@2.8.8
npm install prettier@2.8.8
Looks like we have an incompatibility with the latest Prettier release.
mikey
mikeyOP2y ago
That did the trick! Thank you greatly for the quick check and saving my hair 🙂
Michal Srb
Michal Srb2y ago
For anyone else running into it: We will release a new version of Convex that supports Prettier ^3.0 in the near future, for now downgrade Prettier as suggested above.

Did you find this page helpful?