-
Notifications
You must be signed in to change notification settings - Fork 846
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
EACCESS on "rename" unique to ARM64 (Surface Pro X machine) #5139
Comments
Could you please attach an strace? $ strace -o strace.log yourfailingcommand |
Here you go.... |
Also I'd be happy to post this project on github if someone wants to repro. |
A repro would be very useful. |
OK I was able to distill this to the simplest possible repro. Perform these steps:
(just accept all defaults to the |
Duplicate of #14. |
I read all the comments in issue #14 (there are a lot!). None of the suggestions worked for me EXCEPT someone suggested that the issue is not prevalent on WSL2. I upgraded to WSL2 and the issue went away. Thanks. |
Your Windows build number: 10.0.19041.207
What you're doing and what's happening: I am attempting an npm install for a React project. Part of the install involves a rename system call which always fails (full screen shot here):
I am also attaching the npm log.
2020-04-26T21_37_47_987Z-debug.log
I have also successfully ran the same npm install on the EXACT same project on an Intel machine inside WSL without ANY permission issue. Is there something particular to ARM64 WSL?
Thanks.
The text was updated successfully, but these errors were encountered: