DEV Community

Discussion on: Which Linux distribution is your favorite and why?

Collapse
 
patke92 profile image
Patrick Keßler

You could install nvm (node version manager) and get every node version you need.

github.com/nvm-sh/nvm

Thread Thread
 
shackelfordarden profile image
Arden Shackelford

Oooh! Nifty! Definitely going to be adding this to the list of things that I use. Would really help at work lol

Thread Thread
 
patke92 profile image
Patrick Keßler

also add direnv and have it automatically change node version depending on which directory you are in.
Really useful :D