安装grunt和grunt cli后找不到grunt命令

时间:2016-12-18 12:13:09

标签: javascript node.js npm

我安装了grunt和grunt cli,但仍然没有找到命令错误

{
  "name": "angulartdd",
  "version": "1.0.0",
  "description": "1",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "grunt-cli": "^1.2.0",
    "grunt-karma": "^2.0.0",
    "jasmine": "^2.5.2",
    "karma": "^1.3.0",
    "karma-jasmine": "^1.1.0"
  }
}

我可以尝试全局安装grunt,但我想知道为什么这不起作用。

1 个答案:

答案 0 :(得分:0)

我在全球范围内安装了grunt,但它确实有用。

npm install -g grunt