0

我通过运行以下命令全局安装了 grunt

npm install grunt grunt-cli -g

我还通过运行在本地安装了 grunt 和其他项目依赖项到我的项目中

npm install
npm install grunt --save-dev

但是 grunt 一直告诉我“无法找到本地 grunt”

我在 DigitalOcean 上使用 ubuntu 16.04 并且我安装了 nodejs 和 npm 有什么问题?

4

0 回答 0