当前位置 : 主页 > 手机开发 > cordova >

ionic-framework – 无法在默认项目中找到cordova集成

来源:互联网 收集:自由互联 发布时间:2021-06-10
在 official getting started tutorial之后,当我尝试使用此命令在手机中部署应用程序时出现以下错误:ionic serve –devapp(它适用于浏览器): [ERROR] Could not find cordova integration in the default project. 我
在 official getting started tutorial之后,当我尝试使用此命令在手机中部署应用程序时出现以下错误:ionic serve –devapp(它适用于浏览器):

[ERROR] Could not find cordova integration in the default project.

我在Windows和MacOS上都遇到此错误.
我正在使用Node 6.4.1和Ionic CLI 4.10.3

官方教程缺少什么吗?

我遇到过同样的问题.实际上,对于默认项目,您必须复制cordova资产以准备移动的本机构建.
你可以在这里找到更多信息: Ionic documentation

试试这个 :

ionic cordova prepare

然后再去:

ionic serve --devapp
网友评论