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
When running yarn --pnp in directory 'D:\projectName', this pops up:
warning Plug'n'Play on Windows doesn't support the cache and project to be kept on separate drives
The cache directory is configured as 'd:\.yarncache', yarn cache dir returns 'd:\.yarncache\v4'.
Afaik, windows drive letters in paths are case insensitive, but the code around line 400 of src/config.js does not account for that and produce a mismatch between cacheRootFolderDrive and lockfileFolderDrive, resulting in the warning shown above.