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
This is because we obtain the list of dependencies using config.lockfileFolder in makeEnv, but since the dependencies are located inside their own folders (in the unplugged directory) Yarn doesn't see the real project as being the lockfileFolder - so it cannot find the .pnp.js file.
Do you want to request a feature or report a bug?
Repro:
This is because we obtain the list of dependencies using
config.lockfileFolder
in makeEnv, but since the dependencies are located inside their own folders (in the unplugged directory) Yarn doesn't see the real project as being thelockfileFolder
- so it cannot find the.pnp.js
file.Cf:
The text was updated successfully, but these errors were encountered: