执行 ionic serve 异常 引起的问题
来源:4-1 使用 Ionic CLI 进行项目的初始化构建
大拙无为
2019-05-22
e:\ionic\myApp>ionic serve
ng run app:serve --host=0.0.0.0 --port=8100
[ng] You are running version v6.11.3 of Node.js, which is not supported by Angular CLI v6.
[ng] The official Node.js version that is supported is 8.9 and greater.
[ng] Please visit https://nodejs.org/en/ to find instructions on how to update Node.js.
[ERROR] ng has unexpectedly closed (exit code 3).
The Ionic CLI will exit. Please check any output above for error details.
这样异常要如何处理呢
写回答
3回答
-
大拙无为
提问者
2019-06-19
自己把问题解决了:采用最新 代码,自觉Angular之后再来学。会轻松好多。
00 -
大拙无为
提问者
2019-05-24
的确,我全部用最新的就好了。但是又和老师版本不一致,差别很大的。
00 -
小黃人
2019-05-23
你正在运行6.几的nodejs版本,它不支持angular6版本巴拉巴拉,可能是node版本错了
00
相似问题