-
Notifications
You must be signed in to change notification settings - Fork 1.2k
esbuild tried to read "../../.." , in vite , using npm run dev #3783
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
Labels
Comments
Can you provide a way to reproduce your issue? Otherwise I'm not going to be able to do anything about this. Marking as |
Closing because there was no reply. |
voudin
added a commit
to voudin/esbuild
that referenced
this issue
Feb 8, 2025
fix evanw#3783 evanw#4017 On Windows, accessing a folder without read permissions results in an "access denied" error instead of EPERM. To ensure consistency across platforms, this error is now replaced with EPERM.
voudin
added a commit
to voudin/esbuild
that referenced
this issue
Feb 8, 2025
fix evanw#3783 evanw#4017 On Windows, accessing a folder without read permissions results in an "access denied" error instead of EPERM. To ensure consistency across platforms, this error is now replaced with EPERM.
voudin
added a commit
to voudin/esbuild
that referenced
this issue
Apr 6, 2025
fix evanw#3783 evanw#4017 On Windows, accessing a folder without read permissions results in an "access denied" error instead of EPERM. To ensure consistency across platforms, this error is now replaced with EPERM.
voudin
added a commit
to voudin/esbuild
that referenced
this issue
Apr 6, 2025
fix evanw#3783 evanw#4017 On Windows, accessing a folder without read permissions results in an "access denied" error instead of EPERM. To ensure consistency across platforms, this error is now replaced with EPERM.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
npm run dev
in windows 11 powershell without admin priveldges , it shows the following errorvite version 5.0.8
I have tried the same thing with git bash and cmd.
note that i added
--base "./"
to make it the root directory , even before it didnt work.here's my vite.config.js
Also
npm run dev
works if i give it admin priveldges or if i use older versions of vite like 2.5Something similar in #2261 but didnt help
The text was updated successfully, but these errors were encountered: