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
{{ message }}
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
Just a fresh install angular ivy enabled with PWA and Universal
🔬 Minimal Reproduction
ng new shiny-ivy-app --enable-ivy
ng add @angular/pwa --project project-name
ng add @nguniversal/express-engine --clientProject angular.io-example
ng serve --open
🔥 Exception or Error
Schema validation failed with the following errors:
Data path "" should have required property 'main'.
🐞 Bug report
Command (mark with an
x)Is this a regression?
Yes
Description
Just a fresh install angular ivy enabled with PWA and Universal
🔬 Minimal Reproduction
ng new shiny-ivy-app --enable-ivy
ng add @angular/pwa --project project-name
ng add @nguniversal/express-engine --clientProject angular.io-example
ng serve --open
🔥 Exception or Error
🌍 Your Environment
From angular/angular-cli#14990