当前位置:   article > 正文

ng serve报错

ng serve报错

The serve command requires to be run in an Angular project, but a project definition could not be found.

原因是新的@ 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

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/977128
推荐阅读
相关标签
  

闽ICP备14008679号