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
ng new angular-6-boilerplate
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