我使用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.json中,我希望看到列出的依赖项,但实际上一个也没有。怎么一回事?
注意:bower install jquery --save确实可以工作
注意:我所指的选项是通过bower help install记录的
**-S**, --save Save installed packages into the project's bower.json dependencies发布于 2013-08-24 19:53:34
在bower帮助中,save选项有一个大写的S
-S, --save Save installed packages into the project's bower.json dependencieshttps://stackoverflow.com/questions/17865487
复制相似问题