Cannot run Cordova Applications using Visual Studio 2013

后端 未结 2 1816
梦毁少年i
梦毁少年i 2021-01-26 02:47

I have installed all third party setups required for \"Multi Device Hybrid Apps\" successfully. But when i go to run my app using Visual Studio 2013 it gives me following two er

2条回答
  •  情深已故
    2021-01-26 03:32

    I figured out the real cause, just update your node.js or either remove spaces from project directory path.

    For Example :
    Before Project Directory Path : C:/Users/Jon Snow/MyProjects/ProjectName
    After Project Directory Path : C:/Users/JonSnow/MyProjects/ProjectName

提交回复
热议问题