grunt:从终端运行时找不到命令

我是Grunt的新手。 我正在尝试在我的Mac OSX Lion上配置Grunt。

我按照这里的说明,然后创建了一个包含以下文件的项目文件夹。 当我尝试通过在终端输入“grunt”来运行时,我command not found 。 我还修改了我的路径sudo nano /etc/paths ,希望添加路径可以使任务运行器正常工作,但仍然无法工作。 有人可以协助这个吗?

---paths

/usr/bin 
/bin
/usr/sbin
/sbin
/usr/local/bin
/usr/local/bin/grunt


--- files
node modules
Gruntfile.js
package.json

我猜你用Brew来安装Node,所以这里的指南可能会有所帮助http://madebyhoundstooth.com/blog/install-node-with-homebrew-on-os-x/。

您需要确保npm / bin位于您的路径中,因为它描述了export PATH="/usr/local/share/npm/bin:$PATH" 。 这是npm将为安装的软件包安装bin stub的位置。


纳米版本也可以按照http://architectryan.com/2012/10/02/add-to-the-path-on-mac-os-x-mountain-lion/的描述工作,但终端的重新启动可能是需要获得新的路径。


我在山狮上的这个问题是: -

npm install -g grunt-cli 

查看http://gruntjs.com/getting-started


对于窗户

npm install -g grunt-cli

npm install load-grunt-tasks

然后运行

grunt

链接地址: http://www.djcxy.com/p/27635.html

上一篇: grunt: command not found when running from terminal

下一篇: Waiting...Fatal error: watch ENOSPC