安装带有bower的波旁威士忌测试版



你好,我是新的bower,想安装波旁的测试版,但得到最新的稳定版本,而不是。命令执行:

bower install thoughtbot/bourbon

,得到:

bourbon#4.2.7 bower_components/bourbon

看凉亭。我可以看到版本是"5.0.0-beta"。7",我想安装它。我做错了什么?

执行:

bower install thoughtbot/bourbon#5.0.0-beta.7

显示:

Additional error details:
Available versions in https://github.com/thoughtbot/bourbon.git:4.2.7, 4.2.6, 4.2.5, 4.2.4, 4.2.3, 4.2.2, 4.2.1, 4.2.0, 4.1.1, 4.1.0, 4.0.2, 4.0.1, 4.0.0, 4.0.0-rc.2, 4.0.0-rc.1, 3.2.4, 3.2.3, 3.2.2, 3.2.1, 3.2.0, 3.2.0-beta.2, 3.2.0-beta.1, 3.1.8, 3.1.7, 3.1.6, 3.1.5, 3.1.4, 3.1.3, 3.1.2, 3.1.1, 3.1.0, 3.0.1, 3.0.0, 2.1.3, 2.1.2, 2.1.1, 2.1.0, 1.4.0, 1.3.6, 1.3.5, 1.3.4, 1.3.3, 1.3.2, 1.3.1, 1.3.0, 1.2.0, 1.1.0, 1.0.4, 1.0.3, 1.0.2, 1.0.1, 1.0.0, 0.2.1, 0.2.0, 0.1.9, 0.1.8, 0.1.7, 0.1.6, 0.1.5, 0.1.4, 0.1.3, 0.1.2, 0.1.1, 0.1.0, 0.0.9, 0.0.8, 0.0.7, 0.0.6, 0.0.5, 0.0.4, 0.0.3, 0.0.2, 0.0.1

鲍尔将始终默认安装当前的稳定版本,在撰写本文时是4.2.7。要安装预发行版,如测试版,您需要指定版本:

bower install bourbon#v5.0.0.beta.7

参考:https://bower.io/docs/api/安装

相关内容

  • 没有找到相关文章