I used node.js to install some things via npm without any problems. Now I changed nothing on my settings (Win8; no proxy, internet is working) and I can\'t install anything
The following worked for me
npm config set registry http://registry.npmjs.org/
npm install -g cordova
npm install -g ionic