2

尝试迁移到 yarn 2.0 并遇到私有 npm 包的问题,​​导致

YN0001: │ GotError: unable to get local issuer certificate

strict-ssl: false使用配置设置在 yarn 1.x 中解决了这个问题。有没有办法在 new 中做类似的事情.yarnrc.yml在文档中找不到任何相关内容。

我的 .yarnrc.yml:

yarnPath: .yarn/releases/yarn-sources.js
npmScopes:
  companyName:
    npmRegistryServer: "https://www.myget.org/F/companyName/npm"
4

0 回答 0