What I've found to work well and easily is get the one the os package manager supplies (apt-get) then get a node version manager package from npm and use that to update node. Nvm or n are some packages. I use n, it was just the first one I used. It allows you to have multiple versions of node and to switch between them. Just do the command n latest or n stable. If you already have multiple versions you can just use n command without arguments or options and it will list all installed versions and you can pick the one you want to switch to.
-- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/6450febe-9ea1-4ffd-80ff-0e68a194ee6f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
