Skip to content
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

error: Setting permissions #28721

Open
gustav-dahl opened this issue Apr 3, 2025 · 5 comments
Open

error: Setting permissions #28721

gustav-dahl opened this issue Apr 3, 2025 · 5 comments
Labels
needs info needs further information to be properly triaged

Comments

@gustav-dahl
Copy link

Version: Deno 2.2.6

When starting my deno application using deno run I get the following error using deno 2.2.6.

error: Setting permissions on '/app/node_modules/.bin/uuid'
    0: No such file or directory (os error 2)
    exited with code 1

Using deno 2.2.5 it starts normally.

@dsherret
Copy link
Member

dsherret commented Apr 3, 2025

Can you add a reproduction? Also, did you run deno install?

@dsherret dsherret added the needs info needs further information to be properly triaged label Apr 3, 2025
@gustav-dahl
Copy link
Author

gustav-dahl commented Apr 7, 2025

I'm able to reproduce in 2.2.8. It's very random. Happens now and then at startup. Trying to find a pattern to reproduce.

@gustav-dahl
Copy link
Author

gustav-dahl commented Apr 7, 2025

I'm running my app inside Docker with my source code root folder mounted as a volume. Reverting back to 2.2.5, it works instantly every time. However, when choosing 2.2.6, 2.2.7, or 2.2.8, the error occurs randomly right away. What changes were introduced in 2.2.6 that could lead to this behavior?

My node_modules folder is part of the mounted root folder.

@gustav-dahl
Copy link
Author

I think we can close this one. I believe it's an issue with colima/docker.

@marvinhagemeister
Copy link
Contributor

Maybe it's the same cause as discovered in #28822

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs info needs further information to be properly triaged
Projects
None yet
Development

No branches or pull requests

3 participants