Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试安装grunt。根据这篇文章,我需要做的就是运行
npm install -g grunt
运行此命令后,它似乎成功并安装了所有依赖项。然后当我尝试运行 grunt 时,我得到命令未找到。
我在 Ubuntu 12.04 上。
Rob W已经回答了这个。但我会把它贴在这里更清楚。请 Rob,如果你想回答我可以删除这个。
Rob W
你必须全局安装 grunt-cli:
sudo npm install -g grunt-cli