Angular installation

前端 未结 9 1109
傲寒
傲寒 2021-02-06 13:55

I want to install Angular version 4.* on my windows 7.
I am currently using Angular version 1.6.*

I tried following command

npm install @angular/{com         


        
9条回答
  •  南旧
    南旧 (楼主)
    2021-02-06 14:28

    If you are looking for latest angular version use this command to install

    npm -g install @angular/cli
    

提交回复
热议问题