We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/cnpm/cnpmcore/blob/08678c70db1c1b5425ee713bbccbe5c395e98b3a/app/core/service/PackageSyncerService.ts#L893C3-L897C10
同步主包时,可以通过指定 registryName 来指定同步的源,但是同步依赖包时,没有使用同样的源。
场景:
The text was updated successfully, but these errors were encountered:
目前会通过 dependencyName 的 scope 或者 registryId 信息来计算出对应的 targetRegistry 。
现在是遇到了一些没有 scope 或者没有配置过 registryId 的依赖同步报错吗?
Sorry, something went wrong.
No branches or pull requests
https://github.com/cnpm/cnpmcore/blob/08678c70db1c1b5425ee713bbccbe5c395e98b3a/app/core/service/PackageSyncerService.ts#L893C3-L897C10
同步主包时,可以通过指定 registryName 来指定同步的源,但是同步依赖包时,没有使用同样的源。
场景:
此时主包使用 b.com 来同步,依赖包会使用 a.com 来同步。最终结果是主包正常同步,依赖包同步失败。
The text was updated successfully, but these errors were encountered: