windows下使用gitbash,用yo angular learnangular生成angular項(xiàng)目,該如何選擇配置文件。
$ yo angular learnangular
? ? _-----_
? ? | ? ? ? | ? ?╭──────────────────────────╮
? ? |--(o)--| ? ?│ ? ?Welcome to Yeoman, ? ?│
? ?`---------′ ? │ ? ladies and gentlemen! ?│
? ? ( _′U`_ ) ? ?╰──────────────────────────╯
? ? /___A___\ ? /
? ? ?| ?~ ?|
? ?__'.___.'__
?′ ? ` ?|° ′ Y `
Out of the box I include Bootstrap and some AngularJS recommended modules.
? Would you like to use Sass? (Y/n) y
? Would you like to use Sass? Yes
? Would you like to include Bootstrap? (Y/n) y
? Would you like to include Bootstrap? Yes
? Which modules would you like to include? (Press <space> to select, <a> to tog
gle all, <i> to inverse selection)
>(*) angular-animate.js
?( ) angular-aria.js
?(*) angular-cookies.js
?(*) angular-resource.js
?( ) angular-messages.js
?(*) angular-route.js
?(*) angular-sanitize.js
?(*) angular-touch.js
提示使用(Press <space> to select, <a> to toggle all, <i> to inverse selection)。空格鍵選擇,但是按空格無效,鍵盤上下鍵和a鍵,i鍵都不能選擇,或者切換。
2017-07-12
git bash 下面不行,但是 cmd 下可以。
2016-12-11
? Which modules would you like to include? (Press <space> to select, <a> to tog
gle all, <i> to inverse selection)
>(*) angular-animate.js
?( ) angular-aria.js
?(*) angular-cookies.js
?(*) angular-resource.js
?( ) angular-messages.js
?(*) angular-route.js
?(*) angular-sanitize.js
?(*) angular-touch.js
就這最后這一步讓選擇配置的js文件,我要全部選中,然后回車安裝,但是空格鍵沒反應(yīng),鍵盤上下鍵也不能切換上下選擇。