我使用bower 1.0.0运行以下命令:

mkdir testdir;cd testdir
bower init #accept defaults
bower install jquery -s  #the -s is supposed to cause update of bower.json
less bower.json

在鲍尔。我希望看到列出的依赖项,但没有。这是怎么回事?

注意:bower安装jquery -save工作

注意: 我所提到的选项是通过凉亭帮助安装进行记录的

**-S**, --save              Save installed packages into the project's bower.json dependencies

从凉亭帮助,节省选项有一个大写的S

-S, --save  Save installed packages into the project's bower.json dependencies