-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Filesystem permission issue with node version > 12.18.4 on Docker build #37763
Comments
Is this the same issue as #37284? |
It looks similar. Probably related. Has this been fixed? |
It is being fixed at libuv here: libuv/libuv#3123 |
Hi @RaisinTen I just used v15.11.0 and I was able to reproduce the issue:
|
That's good. But are you using cephfs? The PR assumes that cephfs is being used. |
We are not using cephfs. |
Okay, I have linked the issue in libuv/libuv#3123 (comment). Closing this as nothing can be done from our side. |
What steps will reproduce the bug?
yarn install
on my project is failing with the following error:How often does it reproduce? Is there a required condition?
Every single time I do yarn install with node version > 12.18.4, it fails (also fails with node 14)
When I downgrade to node 12.18.4, it succeeds.
What is the expected behavior?
yarn install succeeds.
What do you see instead?
error An unexpected error occurred: "EPERM: operation not permitted, copyfile '/home/xxxx/.cache/yarn/v3/npm-@ant-design-icons-4.5.0-dc5ceff85503932265143dc5c3013167daa3f754/node_modules/@ant-design/icons/AccountBookFilled.d.ts' -> '/home/xxxx/web/node_modules/@ant-design/icons/AccountBookFilled.d.ts'".
The text was updated successfully, but these errors were encountered: