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
답변
bower 도움말에서 저장 옵션에는 대문자 S가 있습니다.
-S, --save Save installed packages into the project's bower.json dependencies