-
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
Yarn PnP app builds fail loading @angular/compiler-cli #22450
Comments
Duplicate of #22386 |
Thank you @alan-agius4 - I apologize for not finding the dup before filing. FYI, on the same app/repo, if I:
I get another error (but it looks like the issue I originally reported is no longer!):
|
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?
No - Yarn PnP support seems newish but being tracked in #16980
Description
I attempted to get a minimal angular build working using ng 13.1 and Yarn PnP, but I ran into the same problem on minimal new projects as on our large projects. I reported the ng-packagr issue #2214 that is preventing library builds, and I'm also seeing an equivalent issue that is preventing app builds:
In both ng-packagr and angular-devkit load-esm.ts the same pattern is failing to load '@angular/compiler-cli' when run within Yarn PnP.
🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Related issues:
The text was updated successfully, but these errors were encountered: