赞
踩
原因是新的@ angular / cli表单版本7在版本1.xx中有一个angular.json文件而不是angular-cli.json你可以通过运行修复它:
ng update @angular/cli --migrate-only --from=<Your_Angular_CLI_Old_Version>
例子:ng update @angular/cli --migrate-only --from=1.5.2
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。