-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Comments
Can you add a reproduction? Also, did you run |
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. |
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. |
I think we can close this one. I believe it's an issue with colima/docker. |
Maybe it's the same cause as discovered in #28822 |
Version: Deno 2.2.6
When starting my deno application using
deno run
I get the following error using deno 2.2.6.Using deno 2.2.5 it starts normally.
The text was updated successfully, but these errors were encountered: