Angular installation

前端 未结 9 1059
傲寒
傲寒 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:20

    You just need to install npm -g install angular-cli

    And write sudo if you are using mac or ubantu

    Then go to directory where you want project and then ng new PROJECTNAME

    It will create project

    Hope it helps you

提交回复
热议问题