Ionic 通过本地主机在浏览器中运行离子应用程序时出现问题,其错误

fnvucqvd  于 2023-03-21  发布在  Ionic
关注(0)|答案(1)|浏览(138)

The Ionic CLI will exit. Please check any output above for error details.

PS C:\用户\61475\桌面\交互式应用程序开发\联系方式〉离子服务器
ng.cmd运行应用程序:服务器--主机=本地主机--端口=8100 [ng]错误:未知参数:主机、端口
[错误] ng意外关闭(退出代码1)。

The Ionic CLI will exit. Please check any output above for error details.

我想尝试在本地主机上运行

2ledvvac

2ledvvac1#

在根目录中运行此命令

npm install @ionic/app-scripts@latest --save-dev

那就试试

ionic serve

相关问题