【发布时间】:2012-09-15 07:52:46
【问题描述】:
我已经安装了 Grunt & Bower,并且正在使用 ZSH。
当我输入bower --help 或grunt anything 时,我得到zsh: command not found: bower 或zsh: command not found: grunt 我该如何解决这个问题?
【问题讨论】:
-
你做了什么安装?
npm install -g grunt?npm install -g grunt-cli?