Install step hangs when running yarn berry (3.1.0)

I’ve managed to configure config.yml to connect to a private npm repository (works locally and on circleci)

during the installation step: I get the following error.

➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed in 6s 603ms

Too long with no output (exceeded 10m0s): context deadline exceeded

Any help would be appreciated

Hello Denis

Would it be possible to share a link to your build where you have seen this output?

The issue is that when using CircleCI there may be packages missing from the image you are using which would otherwise be included as standard.

The error you are seeing is saying that some dependencies for one of your yarn install are currently missing causing the run to fail.

If you are not comfortable sharing your config please feel free to raise a ticket with support using the following link: https://support.circleci.com/hc/en-us

Kind Regards