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
this pattern fails to match packages like @types/chrome with the link: https://registry.npm.taobao.org/@types/chrome/download/@types/chrome-0.0.51.tgz#173174baf8e801fe51d1d07e58c11044c74d2b8c
because @types is put in a non-capturing group hence not referenced later when it should be.
Environment:
Yarn version 2.4.0
The text was updated successfully, but these errors were encountered:
Describe the bug
In
LegacyMigrationResolver.ts
pattern for custom registries like Taobao is:berry/packages/yarnpkg-core/sources/LegacyMigrationResolver.ts
Lines 21 to 22 in 6b9df77
this pattern fails to match packages like
@types/chrome
with the link:https://registry.npm.taobao.org/@types/chrome/download/@types/chrome-0.0.51.tgz#173174baf8e801fe51d1d07e58c11044c74d2b8c
because
@types
is put in a non-capturing group hence not referenced later when it should be.Environment:
The text was updated successfully, but these errors were encountered: