NVM Cheatsheet
Add nvm to you shell
When you get the error NVM not found
. But you know its installed, add the following code to your bashrc or zshrc.
1
2
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
This post is licensed under
CC BY 4.0
by the author.