Error when creating new project with Angular-CLI 6.1.2

后端 未结 6 854
[愿得一人]
[愿得一人] 2020-12-16 14:26

I tried creating a new Angular project using ng new angular-6-boilerplate but I can\'t do it anymore with angular-cli latest version. I\'m using terminal for wi

6条回答
  •  再見小時候
    2020-12-16 14:57

    No Snakecase.

    Watch out for underscores as well (not just lone numbers).

    ng new my_fantastic_app
    

    Is an invalid name.

    And of course as other people have already say , be careful for Lone numbers between dashes

提交回复
热议问题