我下载了 Angular Formio项目。该项目是 Angular 6 版本。我想将此项目完全迁移到 Angular 版本 7 中,并在我的 Angular 版本 7 项目中使用此功能。但在我需要运行该项目并在 localhost 上访问它之前,进行一些更改并对其进行测试。
从命令行运行 ng serve 时出现以下错误:
The serve command required to be run in an Angular project, but a project definition could not be found
我无法修复它。以下是我在下载项目并更新我的角度 CLI 后所遵循的步骤
npm install
npm audit fix
npm install -g @angular/cli
ng update @angular/cli
我仍然面临同样的问题。
请帮忙。提前致谢。