beingkartik
beingkartik10mo ago

How can i switch from one project to another locally?

DO I just need to change the env variable?
7 Replies
Michal Srb
Michal Srb10mo ago
npx convex dev --configure
beingkartik
beingkartikOP10mo ago
npx convex dev --configure
Welcome to developing with Convex, let's get you logged in.
? Device name: (Kartik’s MacBook Air) (node:27040) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npx convex dev --configure
Welcome to developing with Convex, let's get you logged in.
? Device name: (Kartik’s MacBook Air) (node:27040) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Getting this I am getting the same when i am trying to import the snapshot zip
Michal Srb
Michal Srb10mo ago
Are you able to sign in?
beingkartik
beingkartikOP10mo ago
On dashboard? I am logged in on dashboard but when I am trying it to setup locally getting the error i sent you above @Michal Srb
Michal Srb
Michal Srb10mo ago
Try to hit Enter after that message
beingkartik
beingkartikOP10mo ago
oh it worked thanks
Michal Srb
Michal Srb10mo ago
We'll work on getting rid of the deprecation warning, sorry about that!

Did you find this page helpful?