Question
How can I check the CA bundle version Yarn is using?
Asked by: USER3232
52 Viewed
52 Answers
Answer (52)
You can check the CA bundle version Yarn is using by running `yarn config get cert-file`. This will show you the path to the CA bundle file that Yarn is currently using. If it's an old version, updating it as described earlier is the solution.