After installing Cordova on Ubuntu with

npm install -g cordova

or

sudo npm install -g cordova

I sometimes get this error message

module.js:340
	throw err;
		^
	Error: Cannot find module 'bplist-parser'

It can often be fixed by installing the missing dependence manually in this case,

sudo npm install -g bplist-parser