-
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
pnp: esbuild-wasm@0.15.2
unable to resolve dependencies of a virtual dependency on Windows
#2462
Comments
Heads up that it may take me a while to set up a Windows VM. |
I believe this is caused by relative paths on Windows using |
We already kind of mention the fact that In Yarn we always normalize all paths to the unix format so we don't have to deal with issues like this. I'll update the spec to better highlight that the specification assumes all paths to be normalized to the unix format. |
Opened yarnpkg/berry#4747. And thank you for the fix! |
Describe the bug
In a Yarn PnP project on Windows
esbuild-wasm@0.15.2
is unable to resolve the dependencies of virtual dependencies.Verbose log
Ref yarnpkg/berry#4732
To Reproduce
Run the following script in something like Git Bash on Windows
The text was updated successfully, but these errors were encountered: