You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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 exitsIf 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
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
The text was updated successfully, but these errors were encountered: