I\'m new to Node.js, and I\'m going through a few tutorials. For some reason, I can\'t install any new node modules.
I am using: Mac OSX 10.7.4,
I found the there is a certificate expired issue with:
npm set registry https://registry.npmjs.org/
So I made it http, not https :-
npm set registry http://registry.npmjs.org/
And have no problems so far.