-
Notifications
You must be signed in to change notification settings - Fork 3.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
Dependencies are not detected during onboarding when using Yarn 3 #25960
Comments
Hey team! Please add your planning poker estimate with Zenhub @astone123 @marktnoonan @mike-plummer @warrensplayer @jordanpowell88 |
Should be able to use the PnP API for this |
@astone123 It looks like the |
It looks like According to yarn docs
I tried adding NODE_OPTIONS NODE_OPTIONS=-"-require=../../dump/y3/.pnp.cjs" yarn cypress:open --project ~/code/dump/y3 Same thing:
Not sure what's next - it looks like when Cypress runs, the electron process needs to be aware that
|
I found out Might need a special check for PnP when we kick off Cypress. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Related: #22747 -> #22747 (comment)
Repro:
yarn3.zip
I have Vue and Vite installed (specified via
package.json
) but nonode_modules
since I'm using Yarn 3 PnP. The dependences are not detected.You can skip them and continue, but it's not a great experience.
The text was updated successfully, but these errors were encountered: