-
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
Version 12.1 prints ENOENT no such file or directory #21202
Comments
This is due to a change in behavior in Node.js v16 which is not officially supported by Angular currently. |
I totally forgot that I am running 16 already. Yes, this is true. I will disable it for now since I still want to benefit from Node 16 on my M1. |
Update of angular broken on nodejs v16 But according to this: angular/angular-cli#21202 Disabling this option is a good workaround
* Bump @angular-devkit/build-angular from 12.0.5 to 12.1.0 Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 12.0.5 to 12.1.0. - [Release notes](https://github.com/angular/angular-cli/releases) - [Commits](angular/angular-cli@v12.0.5...v12.1.0) --- updated-dependencies: - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Do not remove output path Update of angular broken on nodejs v16 But according to this: angular/angular-cli#21202 Disabling this option is a good workaround Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavel Lobashov <[email protected]>
…ors when deleting outputs Closes #21202
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, the previous version in which this bug was not present was: 12.0.xDescription
Just updated to 12.1 through ng update and now buildings seems to be unable to clear old files correctly. I always get errors like "ENOENT: no such file or directory" or "Error parsing bundle asset "/Volumes/Development/*/dist/aqua/main.f0babc2fd4603c54a819.js": no such file"
🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: