cordova.js is missing on a new project
No, you're all good. Cordova.js will be generated when you build a specific platform (i.e. cordova build android
). So it will be in your project/platforms/android/assets/www/ folder but not your project/www/ folder.