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
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