4

bower.io上有一条警告说:

警告

在 prezto 或 oh-my-zsh 上,不要忘记别名 bower='noglob bower' 或 bower install jquery#1.9.1

我以前没有看到这个,我已经在一个项目中工作,我必须使用 bower install,到目前为止一切看起来都很正常。

我很好奇,为什么会这样,我应该担心吗?

4

1 回答 1

14

# 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.

于 2013-09-07T12:32:18.497 回答