We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338e69b commit d397d94Copy full SHA for d397d94
packages/angular-cli/commands/new.ts
@@ -42,6 +42,7 @@ const NewCommand = Command.extend({
42
return Promise.reject(new SilentError(oneLine`
43
Project name "${packageName}" is not valid. New project names must
44
start with a letter, and must contain only alphanumeric characters or dashes.
45
+ When adding a dash the segment after the dash must start with a letter too.
46
`));
47
}
48
0 commit comments