ZSH Plugin to install and load the Fast Node Manager (fnm).
add the following to your .zshrc
zinit light "dominik-schwabe/zsh-fnm"
to be sure, you get the completion run:
zinit cclear
zinit compinit
Set this environment variable to automatically install a node version and use it.
e.g.
export ZSH_FNM_NODE_VERSION="15.0.0"