After installing Cordova using sudo npm install -g cordova
is there a way to verify whether it is downloaded, e.g. by checking the version number?
I have tried the following commands
cordova -v
cordova platform version android
dpkg -l cordova
dpkg -s cordova | grep 'Version'
apt-show-versions cordova
apt-cache policy cordova