纱线安装找不到包但npm安装可以

时间:2017-09-22 17:02:32

标签: npm npm-install yarnpkg

我正在使用纱线来管理我的npm套餐。如果我做npm install,一切正常。但是,如果我尝试执行yarn install,则会因以下错误而失败:

info No lockfile found.
[1/4] Resolving packages...
error Couldn't find package "ag-grid" on the "npm" registry.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

这指向内部存储库。为什么这不起作用?

1 个答案:

答案 0 :(得分:1)

在尝试了各种各样的事情并经历了太多的Google网页之后,我已经弄明白了。

问题在于我在.npmrc中设置了以下内容:

registry=https://internal-repo.com/some-path

虽然它需要一个尾随斜杠:

registry=https://internal-repo.com/some-path/