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 -vcordova platform version androiddpkg -l cordovadpkg -s cordova | grep 'Version'apt-show-versions cordovaapt-cache policy cordova
