generator-gulp-angular2 icon indicating copy to clipboard operation
generator-gulp-angular2 copied to clipboard

Kebbab naming

Open mimarec opened this issue 9 years ago • 0 comments

I have found that when the kebab naming is used to name the project, installing dependencies fails for npm and bower

Example:

Project name: angular-project

Console: npm WARN Invalid name: "angular project"

Property project name in the package.json, change angular-project by angular project

mimarec avatar Aug 05 '16 11:08 mimarec