1. ホーム
  2. bower

[解決済み】bowerがbower.jsonを自動更新する。

2022-04-03 04:37:08

質問

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には、依存関係がリストアップされていると思いますが、何もありません。 どうなっているのでしょうか?

NOTE bower install jquery --save は動作します。

注 私が言っているオプションは bower help install

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

解決方法は?

bowerのヘルプを見ると、saveオプションは大文字のSになっています。

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