Michal Srb
Michal Srb3mo ago

dev --local Node.js

Install Node.js 18 with nvm is printed if I don't have nvm installed. Installing and activating nvm in bash (and probably zsh) works, but is there a way to get this working in fish shell? Fish shell is not supported by nvm.
4 Replies
Convex Bot
Convex Bot3mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
Nicolas
Nicolas3mo ago
Hmmmm I also use Fish + fnm and I don’t have any issues using local dev (including with Node actions). I think using fnm default 18 should work
erquhart
erquhart2mo ago
I've used nvm.fish for some time and it works well: https://github.com/jorgebucaran/nvm.fish
Michal Srb
Michal SrbOP2mo ago
Ok, fnm use 18; and npx convex dev works for me, when I have fnm correctly set up in Fish.

Did you find this page helpful?