You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was this an app that wasn't created using the CLI? What change did you do on your code? etc.
ng new try-25
Brand new project with the name try-25 which complies with the project name restrictions mentioned in the error message. So, either the error message is wrong, or there's a bug.
The log given by the failure.
Normally this include a stack trace and some more information.
Mention any other details that might be useful.
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
@JanStureNielsen the message is wrong and a fix is in place, that will be in the next release.
That being said, we're discussing wether or not we allow a name like this, and today I accidentally found a way around this check:
mkdir try-25
ng init
This will leave you with the project in the name you want it. Please note, this is not supported nor well-tested, it just occurred to me that it can be created this way.
OS?
Versions.
Repro steps.
ng new try-25
Brand new project with the name
try-25
which complies with the project name restrictions mentioned in the error message. So, either the error message is wrong, or there's a bug.The log given by the failure.
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: