You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
esbuild cannot resolve YarnPnP path with drive letter correctly.
It parsed D:/vsc/webui/.yarn/__virtual__/react-dom-virtual-a5924a3a6d/4/C:/Users/Seidko/AppData/Local/Yarn/Berry/cache/react-dom-npm-18.2.0-dd675bca1c-10c0.zip/node_modules/react-dom/client.js
to D:/C:/Users/Seidko/AppData/Local/Yarn/Berry/cache/react-dom-npm-18.2.0-dd675bca1c-10c0.zip/node_modules/react-dom/client.js
Screenshot
Step to reproduce
install yarn v3 or later on Windows.
create a project on Non-C drive.
modify log level.
start esbuild.
Sample:
cd D:\
yarn create vite react --template react-ts
cd react
yarn
yarn dev
esbuild version
0.20.1
The text was updated successfully, but these errors were encountered:
Seidko
changed the title
Bug: YarnPnP cannot handle drive letter correctly
Bug: YarnPnP cannot resolve drive letter correctly
Feb 22, 2024
Describe the bug
esbuild cannot resolve YarnPnP path with drive letter correctly.
It parsed
D:/vsc/webui/.yarn/__virtual__/react-dom-virtual-a5924a3a6d/4/C:/Users/Seidko/AppData/Local/Yarn/Berry/cache/react-dom-npm-18.2.0-dd675bca1c-10c0.zip/node_modules/react-dom/client.js
to
D:/C:/Users/Seidko/AppData/Local/Yarn/Berry/cache/react-dom-npm-18.2.0-dd675bca1c-10c0.zip/node_modules/react-dom/client.js
Screenshot
Step to reproduce
Sample:
esbuild version
0.20.1
The text was updated successfully, but these errors were encountered: