Unable to start debugging in Visual Studio RTM for cordova app

前端 未结 11 1784
陌清茗
陌清茗 2020-12-03 00:03

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

11条回答
  •  北海茫月
    2020-12-03 00:19

    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..

提交回复
热议问题