-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data path "" must NOT have additional properties(skipTests). Angular 12.0.0 #20811
Comments
Checked and identified that cli set the module schematics on angular.json to on line 28 of my angular.json
|
A PR is welcome. |
Hi @alan-agius4 , I am new to this project. I would love to contribute. Can you guide me a little on how I can close this issue ? |
@patil2097, the fix should be pretty straight forward. You need to remove the linked line
You can read our contribution guidelines here: https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#-submitting-a-pull-request-pr |
…atic options Closes #angular#20811
…atic options Closes #angular#20811
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. |
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 11 ....Description
A clear and concise description of the problem...I initiated a new angular project in which I had
--skip-tests
flag for the application on running the module generate command I got this error🔬 Minimal Reproduction
generate new project
ng new appName --skip-tests
generate new module
ng generate module shared
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: