ionic报错-Failed to load index.html

ionic5 在git上下载别人的项目下来后跑不起来,

1.npm install 

2,npm serve 

然后报Failed to load index.html

在src目录下查找到了index.html start-url也是指向的index.html,查找网上解决办法,说是缺少www文件目录,

使用ionic build 生成www目录,

然后ionic serve 仍然报错:

ionic报错-Failed to load index.html

提示的是@angular相关报错

使用npm install ionic-angular 

npm install ionic angular

npm install @angular

安装angular相关

再次运行,正常了