-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Option --use-pnp doesn't end up with Yarn Plug’n’Play mode #5255
Comments
cc @arcanis |
Hey @saberone! You need Yarn 1.12+ (currently in rc) to use @gaearon Do you think it would be worthwhile to detect Yarn's version and print a notice if the current version doesn't support PnP when |
Wait I didn't see you tried with both the regular and nightly versions. Can you share:
Maybe the way it's been installed has an issue that prevents |
I assume this will be fixed via #5269. Let us know if it still isn't working (releasing in a few minutes)! |
Yes it works correctly with yarn v1.13.0-20181002.2034. Sweeet! The speed of this thing is crazy ;) |
Not working for me on
|
I tested and it worked for me. Please file a new bug report if you are having difficulties. |
@elken I had some trouble where the check for version was having problems with nightly build versions. the semver package was being used and the .xxxx was causing it to fail, thus failing the check. |
Is this a bug report?
Yes
Environment
macOS Mojave (10.14)
The
npx create-react-app --info
command doesn't work for me.Steps to Reproduce
Expected Behavior
No node_modules folder anymore (duh ;) )
Actual Behavior
node_modules folder was present with both stable yarn as nightly version.
The text was updated successfully, but these errors were encountered: