错误:离子CLI将退出。请检查上面的任何输出以获取错误详细信息

时间:2019-02-07 23:56:06

标签: android ionic-framework mobile

我正在尝试使用ionic serve命令运行应用程序,但显示以下错误:

$ ionic serve
> ng run app:serve --host=0.0.0.0 --port=8100
[ng] The specified command run is invalid. For available options, see `ng help`.

[ERROR] ng has unexpectedly closed (exit code 1).

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

我已经安装了nodeJs(8.8.1版),ionic(4.10.2版)和cordova(8.1.2版)

那会是什么?

2 个答案:

答案 0 :(得分:1)

nodeJs版本8.8.1与离子版本不兼容

安装节点最新的稳定版本(10.9或更高版本)

sudo n stable

然后再次运行ionic serve

我希望它对您有用。

致谢

答案 1 :(得分:0)

请尝试

npm install -g @angular/cli