您好,我是bower的新手,想安装波旁威士忌的测试版,但要获得最新的稳定版本。 执行命令:
bower install thoughtbot/bourbon
得到了:
bourbon#4.2.7 bower_components/bourbon
查看https://github.com/thoughtbot/bourbon中的bower.json我可以看到版本为" 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
答案 0 :(得分:2)
Bower将始终默认安装当前的稳定版本,在撰写本文时4.2.7
。要安装预发行版(如测试版),您需要指定版本:
bower install bourbon#v5.0.0.beta.7