I currently have node.js version 0.8.8, and npm 1.1.59 installed.
Whenever I run:
$ npm install -g express
I get this in return:<
i got the same problem , This problem is caused because the .npm directory in your home directory was created with root privileges.
use :
$sudo npm install -g express