nvm using fish shell
2020-12-28 14:35, 3 weeks and 1 day ago5b98cb5893917d0d0a81e8103f4bf80e
apparently now we have node version managers, gee i sure hope this doesn’t go the way of pipenv / virtualenv
brew upgrade fish
# install fisher manager & nvm
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
fisher install jorgebucaran/nvm.fish
# install latest node & persist across terminals in $PATH
nvm install latest
set --universal nvm_default_version latest
et voila