我試圖使用bower安裝Bootstrap 4 Beta的最新版本。使用Bower安裝Bootstrap 4 Beta
使用這個命令:
bower install bootstrap#v4.0.0-beta
結果:
no matches found: bootstrap#v4.0.0-beta
有什麼我做錯了嗎?
我bower.json如下所示:
{
"name": "bootstrap-starter",
"homepage": "https://github.com/marcuschristiansen/bootstrap-starter",
"authors": [
"Marcus Christiansen <[email protected]>"
],
"description": "All dependencies for the bootstrap starter theme",
"main": "",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.2.3",
"normalize-scss": "[email protected]:JohnAlbin/normalizescss.git#^4.1.0",
"bootstrap": "4.0",
"font-awesome": "[email protected]:FortAwesome/Font-Awesome.git",
"bourbon": "^4.2.7",
"neat": "^1.8.0"
}
}
我得到一個錯誤說 「涼亭EINVRES。與410失敗」 – virtualLast