【发布时间】:2018-06-29 10:03:15
【问题描述】:
我无法安装分叉的 git 存储库。我想安装 #0.31.0 版本。
yarn add https://github.com/Goldjan/material-components-web.git#v0.31.0
我收到以下错误:
C:\Users\qjan8\Websites\XXXXXX>yarn add https://github.com/Goldjan/material-components-web.git#v0.31.0
yarn add v1.7.0
[1/4] Resolving packages...
error Can't add undefined: invalid package version undefined.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
这必须是package.json 的名称吗?
【问题讨论】: