-
Notifications
You must be signed in to change notification settings - Fork 12k
ng new throw error Schematic input does not validate against the Schema #20718
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
Comments
Do you a global Angular cli configuration by any chance? It looks like you might have a old option present (styleext). |
@alan-agius4
I think I was trying to make the default style SCSS not CSS and I can't find a way to remove it 🤷♂️ |
You can delete/amend You can also use
|
running that command throw error
here is this file content
editing |
i tried to set it again to correct value using
|
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. |
Uh oh!
There was an error while loading. Please reload this page.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was angular 11
Description
after upgrading global angular to 12.0.0-rc.2 to test the new Angular, I can't create new projects whatever I do
🔬 Minimal Reproduction
just try
ng new ng12 --defaults
I also tried
ng new ng12 --routing --style=scss
and only
ng new
and gave these answers🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
no
The text was updated successfully, but these errors were encountered: