As I run this piece of code using node a.js:
node a.js
var sys = require(\'sys\'); sys.puts(\'Hello, World\');
I\'m getting the following as a
The easiest way is to remove the node installation first and then install npm. npm is the Node Package Manager, this will automatically install nodejs itself