-
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
[error] Error: EISDIR: illegal operation on a directory, read #16858
Comments
I am encountering the same issue with an ionic app. |
Heya, looking into this atm, I believe it's due to a change in #16822. |
Same for me. |
Fix incoming in #16859, hopefully we can cut a release with it soon. |
Fixed by #16859 and released in v9.0.1. |
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, wasn't present in 8.x
Description
ng serve
fails with the error:and this file contains
🔬 Minimal Reproduction
git clone git@github.com:GDGTC/devfest.git
cd devfest
yarn
ng serve # works
ng update @angular/cli@8 @angular/core@8 --force
ng serve # still works
ng update @angular/cli@9 @angular/core@9 --force --allow-dirty
ng serve # failure
🌍 Your Environment
The text was updated successfully, but these errors were encountered: