-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Yarn PnP support #2
Labels
Comments
6 tasks
Yes this is still an issue. Is there an easy fix for this? |
bump |
This also happens with pnpm: vitest-dev/vitest#3112. |
6 tasks
This was referenced Dec 4, 2023
bump |
FYI - Vitest no longer uses local-pkg as of version 2.0.0, and therefore, PnP issues are also gone. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to use Vitest and I'm running into an issue with Yarn PnP:
I believe that this package needs to support
basedir
(similar toresolve
), and set thepaths
option ofrequire.resolve
:https://github.com/antfu/local-pkg/blob/fc9d06c5a43485d83f41ec35dfc842e1f6d45aa5/index.mjs#L51-L65
The text was updated successfully, but these errors were encountered: