我无法让.bowerrc
更改我的依赖项目录:
mkdir bower-custom-install
cd bower-custom-install
touch .bowerrc
将此添加到.bowerrc
:
{
"diretory": "components"
}
..然后:
bower init
bower install angular --save
angular#1.2.15 bower_components/angular
我也尝试卸载并重新安装bower。
知道为什么凉亭没有使用我的.bowerrc
"组件" ?目录
Here's a repo of this project(减去components
文件夹,Git won't let me commit}:
P.S。我在OS 10.9.2上用:
node -v
v0.10.26
npm -v
1.4.6
bower -v
1.3.1
答案 0 :(得分:6)
答案是" c":尝试"目录" - 你写了" diretory"。
有时,StackOverflow应该允许短于30个字符的答案(在技术上,这是一个单字符答案: - ))。