-
Notifications
You must be signed in to change notification settings - Fork 12k
ng update --next
issues for @angular-devkit/build-angular with 0.800.0-rc.2
#14338
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
I missed updating my local copy of |
Hi.. I am using Angular CLI 7.3.8 version. I got this error. Schema validation failed with the following errors: Data path ".builders['app-shell'] should have required property 'class'. Angular CLI: 7.3.8
|
Same issue here. Updating from Angular 6 - Angular 7. Getting this error: "dependencies": { |
Same issue using "dependencies": { |
Is there a fix yet? |
Go into your package.json file and change the version of your @angular-devkit/build-angular": from "^0.800.1" to "^0.12.4". Normally, this will fix the issue. See this answer on StackOverflow |
Hello there! is there a fix for that? I'm experiencing the same issue here.. |
Solution of @CJ42 worked for me :) |
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.
Description
I was attempting to update https://github.com/damienwebdev/angular-fontawesome to support Angular 8.0.0-rc.2. I was successfully able to update via
ng update --next
but got an error about theapp-shell
builder (which I'm not even using) when attempting to run my tests.🔬 Minimal Reproduction
yarn install
yarn test
🔥 Exception or Error
🌍 Your Environment
The text was updated successfully, but these errors were encountered: