-
Notifications
You must be signed in to change notification settings - Fork 996
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
Document Yarn Plug'n'Play #869
Comments
I noticed that you added custom resolver support to flow: Does this help flow with PnP? If so, a mention on how to use Flow with PnP might be good too! |
Hey! Yes, Flow is supported out of the box - you just have to set the |
@arcanis thanks for all the awesome work! Do you have a sample repository where Flow works? I'm trying to setup a simple repository, but the Flow server seems to crash while starting up:
|
Have problems with flow too:
Flow version: 0.89.0
|
Do you run flow through I'll see to fix that; in the meantime, a simple workaround is to make a bash script as resolver, that contains something like this:
This will prevent the resolver from being injected. |
@arcanis Unfortunately, still doesn't seem to work
Can this be related to workspaces? |
Nope, I don't think - is |
@arcanis yes |
Fixed by #907 |
I notice the new documentation is now available at https://yarnpkg.com/en/docs/pnp (:tada:) and has a card/link on the docs homepage to it. But I can't get the "search documentation" box to return any results. |
I think it's just a matter of waiting for the Algolia cache to catch up, no worry |
Yep, the docs are crawled every 24h |
We should document this to prepare for the 1.12 to move into stable.
require('pnpapi')
,resolveToUnqualified
,resolveQualified
,resolveRequest
)The text was updated successfully, but these errors were encountered: