Replies: 1 comment
-
Found a bug report here, closing as duplicate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently looking at using Yarn 4 in one of our projects. We have a private artifactory using JFrog that hosts our internal packages. I have to use it to as a proxy for public packages, as historically not all of our internal packages were scoped, so I can't configure
npmScopes
to resolve public packages using Yarn registry.During first
yarn install
I get the following error:.yarnrc.yml:
I've checked our artifactory for this package, and it obviously exists, and the version range above should resolve correctly, as we didn't have any such issues with npm and pnpm.
Has anyone faced anything like that?
Beta Was this translation helpful? Give feedback.
All reactions