纱线添加不起作用
yarn add not working
我无法安装分叉的 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
的名称?
我遇到了类似的问题,我尝试添加为依赖项的回购在 package.json
中没有 version
字段。添加解决了问题。
我无法安装分叉的 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
的名称?
我遇到了类似的问题,我尝试添加为依赖项的回购在 package.json
中没有 version
字段。添加解决了问题。