-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
'Can not add property to parent of type object' when creating a project with numeric name #24541
Closed
1 task done
Labels
area: @angular-devkit/core
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Comments
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jan 13, 2023
…iter The workspace writer previously transformed number like strings to numbers which causes failures when a project is named using a number like name. Closes angular#24541
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jan 13, 2023
…iter The workspace writer previously transformed number like strings to numbers which causes failures when a project is named using a number like name. Closes angular#24541
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jan 13, 2023
…iter The workspace writer previously transformed number like strings to numbers which causes failures when a project is named using a number like name. Closes angular#24541
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jan 18, 2023
…iter The workspace writer previously transformed number like strings to numbers which causes failures when a project is named using a number like name. Closes angular#24541
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jan 18, 2023
…iter The workspace writer previously transformed number like strings to numbers which causes failures when a project is named using a number like name. Closes angular#24541
angular-robot bot
pushed a commit
that referenced
this issue
Jan 19, 2023
…iter The workspace writer previously transformed number like strings to numbers which causes failures when a project is named using a number like name. Closes #24541
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Labels
area: @angular-devkit/core
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Command
new
Is this a regression?
The previous version in which this bug was not present was
13
Description
When using
ng new
command to create a project, if project name consists of numbers only, likeng new 15
, I get an error on the stage after making a selection in 'Which stylesheet format would you like to use?' question (no matter what choice I have selected)Minimal Reproduction
1 Run
ng new 15
2 Select any answer to 'Which stylesheet format would you like to use?' question
3 Observe the error
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: