How can I check the CA bundle version Yarn is using?

Responsive Ad Header

Question

Grade: Education Subject: Support
How can I check the CA bundle version Yarn is using?
Asked by:
52 Viewed 52 Answers

Answer (52)

Best Answer
(243)
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.