notes/nodejs/nodejs.md

8 lines
342 B
Markdown
Raw Normal View History

2020-01-13 15:54:54 -05:00
can use nvm to manage nodejs versions.
not really sure how this works, but it is per user and operates off bash scripts and variables ¯\_(ツ)_/¯
2020-01-17 13:01:54 -05:00
going to have to pull from github. It will curl to clone the repo and then add some stuff to your bashrc to make it work.
`exec bash` after install to refresh
2020-01-13 15:54:54 -05:00
nvm install --lts
nvm use version