I recently installed newest (5.0) version od node.js and used cmd to install cordova with:
npm install cordova -g
Try as i might, i cant comple
Unfortunately, Cordova is not currently compatible with node 5. NPM 3 had breaking changes with the way it lays out packages. I recommend using an older version of node until Cordova is updated.