Angular CLI ng new error

后端 未结 5 1684
执念已碎
执念已碎 2020-12-12 02:31

I\'ve installed node from https://nodejs.org/en/download and then I installed angular CLI via NPM using

npm instal         


        
5条回答
  •  庸人自扰
    2020-12-12 03:00

    Follow this issues in https://github.com/angular/angular-cli/issues/9187

    Install in your project

    npm install @angular-devkit/schematics
    

    ng -v

    Angular CLI: 1.6.3
    Node: 9.2.0
    OS: linux x64
    Angular: 5.2.0
    

提交回复
热议问题