Runtime broken, out of nowhere i'm getting a build error from running convex.dev
Please assist
12 Replies
What's the command you're running? Does the error message say what file this is happening on?
This looks like an error you'd get if you used JSX syntax in a .js or .ts file.
npx convex dev
yes it outputs a number of files however, there was no problem about an hr ago
wait a minute....
omgosh. i honestly dont know how that got in there. THANK GOODness its just a stupid mistake by me
for me it's usually an autoimport added by vscode
yes, i think thats it
importing something from the wrong file
i'll have to recognize this better next time
i was pretty confused, i also got an error regarding punycode deprecation at the same time and tried to see how these might be related lol
thank you Tom!!
ugh we need to fix that punycode thing, it's just a warning but it's distracting. It's deep in transitive dependencies somewhere, I'll take a look
what version of Node.js are you using?
node -v
it takes specific versions of Node.js to repro it
and specific dependencies
not so I can tell you to upgrade, but so I can download that version to repro the punycode thingim now using v20.14.0, i think i was at v21 before? just a guess
seems like the punycode
eror is gone
on the version im on currently. lets see here..
i mightve been on
v22.2.0
cool, just if you had it handy
I haven't dug in yet but haven't nailed down when it occurs
thanks a bunch!