cohoe / workstation

Ansible scripts to configure desktop workstations.
4 stars 2 forks source link

nvm install stable #87

Open cohoe opened 4 years ago

cohoe commented 4 years ago

Something like:

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

Then nvm install stable, then figure out how to test for it.