-
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
EEXIST: file already exists on ng build #15544
Comments
Hi, which Node version are you using? Can you try to update to |
Node version: |
Can you try to below steps please?
Thanks |
Please be aware that Node.js v11 is EOL and is no longer supported. Can you try with v10.16.0+ or v12.0.0+? There is a known defect with file copying with MacOS on versions less than those. |
@alan-agius4 these steps trigger the same problem. |
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?
The problem occurred after updating
angular
andangular-cli
(don't know the prev version).Description
Angular-cli complains about an already existing file in the node_modules cache. The problem can be (temporarily) solved by deleting
.cache
withrm -rf node_modules/.cache
but reoccurs one build later again.🔬 Minimal Reproduction
The project is on:
https://github.com/grassberry-high/grow-frontend
🔥 Exception or Error
angular-errors.log
🌍 Your Environment
Anything else relevant?
Mac OSX
The text was updated successfully, but these errors were encountered: