WebStorm: New AngularCli Project: Error: directory should match format “path”

后端 未结 4 1715
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-18 09:16

When I try to create a new Angular Cli project:

receive this message (in Run window) after a few seconds after executing <

4条回答
  •  旧时难觅i
    2021-01-18 09:21

    I have this issue, But I got a solution which is works for me is:

    New project names must start with a letter, and must contain only alphanumeric characters or dashes. When adding a dash the segment after the dash must also start with a letter.

    Invalid- new_something

    Valid- new-something

提交回复
热议问题