Installing nvm for n users
I use n to manage my system/default NodeJS, but if I’m in a legacy repo (hint: pretty much every repo where I work) I’ll need to drop into an old version of NodeJS just for that terminal. Here’s how I install and use nvm. Based on the original instructions at: github.com/creationix/nvm curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh cd…
Read More Installing nvm for n users