gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-11-28 05:13:08 30 4
gpt4 key购买 nike

我安装了 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,但我想知道为什么这不起作用。

最佳答案

我在全局范围内安装了 grunt 并且它有效。

npm install -g grunt

关于javascript - 安装 grunt 和 grunt cli 后找不到 grunt 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41208211/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com