I have a project that was working on RC and worked with no problems. Updated to RTM and now I cannot start the application
I also created a new black cordova app and
I had the same issue and I finally fixed it. I think the issue is with the node upgrade. First.. uninstall node.. and I mean get everything.. after you uninstall make sure you delete node from the program files and your user folder.. In the user folder make sure to get both the npm folder and the npm-cache. Then installed node from the latest installer on the web site.. Oh yea.. make sure you get the 32 bit version.. just had issues with the 64 bit.
Then I did a repair on Visual Studio 2015... Rebooted and it all worked again..