Achilleas
Achilleas•4mo ago

dev deployment

dev deployment
17 Replies
Sara
Sara•4mo ago
can you check your package.json?
Achilleas
AchilleasOP•4mo ago
yup, it's:
"convex": "^1.25.4",
"convex-helpers": "^0.1.95",
"convex": "^1.25.4",
"convex-helpers": "^0.1.95",
Sara
Sara•4mo ago
it might be with dev deps too
Jakov
Jakov•4mo ago
No its not in the dev deps...
Achilleas
AchilleasOP•4mo ago
should I include it in the dev deps?
Jakov
Jakov•4mo ago
@Achilleas How about you press that button next to the convex version? It looks like upgrade button
Jakov
Jakov•4mo ago
No description
Achilleas
AchilleasOP•4mo ago
I tried, it just takes me to the Github changelog page
Sara
Sara•4mo ago
me is a bit confused
Achilleas
AchilleasOP•4mo ago
hahaha me too
Jakov
Jakov•4mo ago
My version matches what's in the package.json
Achilleas
AchilleasOP•4mo ago
It's been like that for ~3 months, not sure what i've done wrong or if it's a bug
Sara
Sara•4mo ago
I'm saying, it could be from dev deps like convex-auth, and convex-helpers If you can update convex-helpers to latest, and convex itself to latest, then refresh the page, if that doesn't work, then it might be something that can be forwarded to the dashboard people It's something that doesn't affect your project what so ever
Jakov
Jakov•4mo ago
@Achilleas How are you running convex dev? Is it using this command: npx convex dev or this: convex dev If it's the 2nd one, it might be that you're using a global installation of convex. just type
{package manager} i -g convex@latest
{package manager} i -g convex@latest
Achilleas
AchilleasOP•4mo ago
Holy shit that was it
Jakov
Jakov•4mo ago
🙂 Glad to help
Achilleas
AchilleasOP•4mo ago
THANK YOU DUDE! really appreciate it, you too Sara!

Did you find this page helpful?