ng serve 在 devDependencies 中找不到“@angular/cli”

ng serve Unable to find "@angular/cli" in devDependencies

$ ng serve Unable to find "@angular/cli" in devDependencies.

Please take the following steps to avoid issues: "npm install --save-dev @angular/cli@latest" You seem to not be depending on "@angular/core". This is an error.

在后端 (symfony) 中是 运行 corretly 但我在 angular js 前端有这个错误当我想 运行 我的服务器有人知道为什么以及如何我解决

如果您不在应用程序的根目录中,则可能会发生这种情况。如果您使用命令 ng new project-name 创建了一个新项目,然后尝试 运行 服务命令而不实际进入创建的项目目录,就会发生这种情况。
1.新建项目$ ng new project-name
2.进入项目目录$ cd project-name
3.只有现在运行$ ng serve