Skip to content
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

Yarn silently fails when unable to verify first certificate #6915

Closed
nzankich opened this issue Jan 12, 2019 · 1 comment · Fixed by #6968
Closed

Yarn silently fails when unable to verify first certificate #6915

nzankich opened this issue Jan 12, 2019 · 1 comment · Fixed by #6968
Assignees
Labels

Comments

@nzankich
Copy link

nzankich commented Jan 12, 2019

Do you want to request a feature or report a bug?
Bug, Regression

What is the current behavior?
When I call yarn I get to the step where the packages are being fetched and yarn just silently exits

screen shot 2019-01-12 at 11 29 57 am

If the current behavior is a bug, please provide the steps to reproduce.
This is a private repository that I don't maintain so I can't really give out too much info, but I do believe it has something to do with the publish config in the package.json
"publishConfig": { "registry": "link-here" },

What is the expected behavior?
There should be some sort of error shown
When I downgrade to version 10.0.1 I get this error
screen shot 2019-01-12 at 11 36 48 am

Which is the same as the one posted in here:
https://stackoverflow.com/questions/40033794/yarn-unable-to-verify-the-first-certificate

This helped me figure out what was going wrong

Please mention your node.js, yarn and operating system version.
node version: 11.6.0
yarn version: 13.0.0
Os version: macOS 10.14.2

@yan12125
Copy link
Contributor

Looks like this is indeed a regression since 1.11.0. I posted a fix at #6968.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants