You may also want to check out Node Version Manager for when you reinstall, https://github.com/creationix/nvm.
On Friday, December 19, 2014 1:53:14 PM UTC-5, Carlos Carcamo wrote: > > Hello all, hope you're well. > > I have a little problem with my nodejs installation, I had the > v0.10.26 of node.js and today I installed the last stable version > v0.10.33, but the command line shows the older one: > > $ node -v > v0.10.26 > > but I notice something curious when installing, it showed something like: > /usr/bin/node refers to /usr/bin/js, don't remember exactly what it > showed, but now if i do the following: > > $js -v > v0.10.33 > > It seems that js is pointing to my last version of node.js, I don't > know how node.js was installed in this pc, but for update node.js i > did: > > $ sudo apt-add-repository ppa:chris-lea/node.js > $ sudo apt-get update > $ sudo apt-get install nodejs > > My bet is that the previous nodejs was installed from source code and > compiled, now my question is, how can I fix this little problem? > > Thanks in advance! > > > -- > "El desarrollo no es material es un estado de conciencia mental" > -- 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/e7bd6cb7-6902-4e9b-9530-ba5f46f2af86%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
