Open blumfontein opened 1 year ago
I figured out, that this works with packages with simple names like "my-dep", but doesn't work with names with "@" like "@my/dep"
The patch protocol has the same problem with yarn@4.0.0.
Is there any update on this? This is blocking our team for quite some time from using yarn. Still not working in 4.2.1
I ran into the same issue for patches. I managed to work around this as follows:
patch:@<SCOPE>/<PACKAGE>@npm%3A<VERSION>#~/.yarn/patches/@<SCOPE>-<PACKAGE>-npm-<VERSION>-<DIGEST>.patch
Effectively eliding the __archiveUrl
segment. There might be a better manual workaround, but wanted to get this out there for now.
Self-service
Describe the bug
Hi! Yarn 3 can't resolve git+https dependencies from custom gitlab instance of a private package. This worked in Yarn 1.
Th error:
My package.json looks like this:
To reproduce
I can send a link to repo in the private message
Environment
Additional context
No response