【发布时间】:2017-09-22 17:02:31
【问题描述】:
我正在使用 yarn 来管理我的 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.
这是指向一个内部存储库。为什么这不起作用?
【问题讨论】:
标签: npm npm-install yarnpkg