CIで実行する時などに、Bowerの初回起動時のMay bower anonymously report usage statistics to improve the tool over time? (Y/n)というプロンプトを無効にしたいことがあります。
その場合は--config.interactive=falseを使えばOK。
例。
bower install --config.interactive=false react
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
CIで実行する時などに、Bowerの初回起動時のMay bower anonymously report usage statistics to improve the tool over time? (Y/n)というプロンプトを無効にしたいことがあります。
その場合は--config.interactive=falseを使えばOK。
例。
bower install --config.interactive=false react
Register as a new user and use Qiita more conveniently
Go to list of users who liked