-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Regression: Since 0.15.0 can't resolve packages on Windows #2585
Comments
I'm unable to reproduce this. I don't have access to a Windows machine myself but I ran the following on Windows in CI and it worked:
I'm guessing you have a parent directory with a Yarn PnP package manifest. If that's the case, you'll need to tell Yarn to exclude the folder you're currently trying to build in using Edit: In any case, adding the |
I had a |
Good day!
OS Version: Windows11
21H2
Node Version:
16.17.0
I'm using
esbuild
on windows and noticed that since version0.15.0
packages can't be resolved properly. I'm also usingWSL
with Ubuntu without this issue.I've created a minimal example:
When I'm running
node esbuild
with the0.14.54
version, everything works. With version0.15.0
and above I'm getting:I've also attached a video for you.
2022-09-30.15-05-35.mp4
The text was updated successfully, but these errors were encountered: