.bowerrc 里面是这样
{
"directory":"public/libs"
}
bower install jquery --save
bower install bootstrap --save
安装的没有问题,但是运行
ludeMacBook-Pro:page-demo-1 luwenjun$ bower install jquery --save
/usr/local/lib/node_modules/bower/lib/node_modules/bower-config/lib/util/rc.js:71
throw error;
^
Error: Unable to parse /Users/abc/page-demo-1/.bowerrc: Unexpected token b in JSON at position 42
at parse (/usr/local/lib/node_modules/bower/lib/node_modules/bower-config/lib/util/rc.js:64:21)
at /usr/local/lib/node_modules/bower/lib/node_modules/bower-config/lib/util/rc.js:95:20
at Array.forEach (native)
at json (/usr/local/lib/node_modules/bower/lib/node_modules/bower-config/lib/util/rc.js:87:14)
Cynthia_ying