How to generate .angular-cli.json file in Angular Cli?

前端 未结 9 2231
情深已故
情深已故 2020-12-04 23:57

I have installed Angular CLI package separately using npm:

npm install --save-dev @angular/cli@latest

When I try to use commands cli<

9条回答
  •  -上瘾入骨i
    2020-12-05 00:19

    I found similar error it was located to C:\Users\sony\AppData\Roaming\npm\node_modules\@angular\cli\node_modules\@schematics\angular\workspace\files

    it is installed in windows try to search in c drive angular.json you will view the file

提交回复
热议问题