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
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!
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 workI've used nvm.fish for some time and it works well: https://github.com/jorgebucaran/nvm.fish
Ok,
fnm use 18; and npx convex dev
works for me, when I have fnm
correctly set up in Fish.