After installing Xcode & NodeJS I am now trying to install Cordova but I am getting the following error regarding a missing file (wrong path?).
Luciens-MacBo
Uninstalling cordova and then installing it worked for me.
cd /usr/local/lib/node_modules/ sudo npm uninstall -g cordova sudo npm install -g cordova