-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Closed
Copy link
Labels
area: @angular-devkit/schematicsfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyhelp wantedseverity3: brokentype: bug/fix
Milestone
Description
🚀 Feature request
Command (mark with an x
)
- [X] new
- [ ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Description
Trying to create a new project with invalid name, choose a project without a router, and CSS style system, and finally get the message:
Project name "my-app-8-check" is not valid. New project names must start with a letter, and must contain only alphanumeric characters or dashes. When add
ing a dash the segment after the dash must also start with a letter.
Describe the solution you'd like
Show this message and abort the CLI wizard in the beginning, before choosing any option...
Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?Metadata
Metadata
Assignees
Labels
area: @angular-devkit/schematicsfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyhelp wantedseverity3: brokentype: bug/fix