-
Notifications
You must be signed in to change notification settings - Fork 9
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
Permission errors on Windows #24
Comments
I'm just noticing this ticket now. I'll take a look tomorrow and i'll let you know what I find out. |
@MetaMmodern I think I know what this has to do with. There is this feature where you can specify some environment variables either in When it looks for the optional I believe you are experiencing a side effect of that action of looking for the I will test this on a windows machine, I'm typically using Linux and Mac for my daily work. In the mean time, do you have a different suggestion for the It could be that it is walking up the tree and then inadvertently going too far and blundering into another user's folder somehow. But I need to pull out a Windows machine to see. |
hey @MetaMmodern could you try version 2.7.0 ? I have disabled the recursive walking of up the tree looking for |
Hi. Okay, I'll check it asap, but maybe you'd better use something like app-root-path to use find the fe only in project folder. |
Sorry, didn't see this comment. |
Hi!
Your library works strange and requires access to neighbour users folder!!!
The error occures here: \src\env\env.ts:14:23
Red line means my user, and green arrow means another Windows user.
Moreover, the same ine caused an error yesterday, but that time it tried to access my own user root folder.
Are you sure that we need that strange logic for dotenv support?
Add a bug label please.
The text was updated successfully, but these errors were encountered: