Sunday, May 26, 2013

My node.js installation is corrupted

My node.js installation is corrupted

By error, when trying to install node.js I first installed node package (a radio purpose package), before removing it. (I thought nodejs package was node). Then I installed Nodejs package from Ubuntu repository.
But now, whenever I launch node, I can't get it work :
$>node server.js
I get
bash: /usr/sbin/node: Aucun fichier ou dossier de ce type
(no file or directory of this type)
And if I try :
$>locate node
I get an empty string.
So, that make me think that nodejs installation is corrupted : is there a way to correct this ?
Regards

No comments:

Post a Comment