VS2015 Ionic 2调试错误:找不到起始页面
问题描述:
当我在Visual Studio 2015中构建和调试Ionic 2项目时,显示此错误
When I build and debug Ionic 2 project in Visual Studio 2015, show this error
错误DEP10402:找不到起始页面。您可能需要构建项目。
Error DEP10402: Could not locate the start page. You may need to build your project.
我使用的是这个版本:
节点:4.1.2
科尔多瓦:6.5.0
离子:2.2.1
Visual Studio:2015更新3
I use this versions: node: 4.1.2 Cordova: 6.5.0 Ionic: 2.2.1 Visual Studio: 2015 update 3
答
将应用程序脚本更新为1.0.0时,请确保在启动应用程序之前完成NPM。
When updating app scripts to 1.0.0 make sure NPM is finished before starting your app.