Ask EchoJS: What Node.js version manager to use?
▼5 up and 0 down, posted by
5 up and 0 down, posted by
Hi Echo JS, I'm new to this community but my experience with Node is fairly limited, so I hope you don't mind me asking questions so soon. I've noticed that my apps tend to break often because of Node changes. I also happen to be developing a Node application server which must obviously be compatible with multiple Node versions. So I want to test my code against multiple Node versions, but running './configure --prefix=/node/version && make' and messing with $PATH dozens of times seems suboptimal to me. I come from a Ruby background where we have all sorts of tools for managing multiple Ruby versions. I see that Node has that too - a Google search gave me nvm, nodist and n. Which one is recommended? Which one is most popular? Does the Node community recommend using a version manager at all?