-
Notifications
You must be signed in to change notification settings - Fork 28
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
tar: bin/npx: Cannot utime: Operation not permitted #35
Comments
Using |
Running Using docker and laradock. |
Hey @delmicio ! Does it happen if you delete all your vendor directory before running "composer install" as non-root? Let me know! |
Hi @moufmouf , I've tried againa with no vendor dir at all and the error is still there. |
Sorry, but I really can't reproduce this error. Could you let me know more about your OS? |
I am having the same problem. This issue is happening using laradock with its default user without be root (laradock user), which is docker-composer.yaml with some containers already configured. |
Bumped into this oldie this week so just reporting here just in case it helps someone. Running macOS on M1 Macbook with Lando + Docker. No matter if ran with
Finally the culprit for this issue was the VirtioFS file sharing setting for Docker. Using gRPC FUSE works fine. |
Hi,
I'm getting this error when using composer install:
I'm using this config:
BTW it was working when using root user but now I'm using a non roor user.
The text was updated successfully, but these errors were encountered: