문제

On bower.io there is a warning that says:

Warning

On prezto or oh-my-zsh, do not forget to alias bower='noglob bower' or bower install jquery#1.9.1

I didn't see this before and I'm already working in a project where I have to use bower install, and everything looks normal so far.

I'm pretty curious about it, why is that, should I worry?

도움이 되었습니까?

해결책

# is used for pattern removal in zsh (see the "Standard forms: pattern removal" section).

Either alias it with noglob or quote 'jquery#1.9.1' every time.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top