gpt4 book ai didi

gruntjs - grunt-cli 安装问题

转载 作者:行者123 更新时间:2023-12-04 17:56:27 25 4
gpt4 key购买 nike

我在本地和全局都安装了 grunt-cli,我可以在本地和全局路径中看到相同的内容。

为了测试安装是否有效,当我尝试运行时

grunt -h

它显示以下
    >> Local Npm module "grunt-cli" not found. Is it installed?

Grunt: The JavaScript Task Runner (v0.4.5)

Usage
grunt [options] [task [task ...]]

Options
--help, -h Display this help text.
--base Specify .......

当我运行 grunt -v 时,以下是其输出的一部分
Registering "grunt-cli" local Npm module tasks.
Reading /Users/cominventor/myproject/node_modules/grunt-cli/package.json...OK
Parsing /Users/cominventor/myproject/node_modules/grunt-cli/package.json...OK
>> Local Npm module "grunt-cli" not found. Is it installed?

要在本地安装,我运行了以下命令(@Aruna 建议)
npm install grunt --save-dev
npm install grunt-cli --save-dev

并为第二个命令获得以下输出
npm ERR! Darwin 16.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "grunt-cli" "--save-dev"
npm ERR! node v6.6.0
npm ERR! npm v3.10.7
npm ERR! code ENOSELF

npm ERR! Refusing to install grunt-cli as a dependency of itself
npm ERR!

任何线索我在这里错过了什么?

最佳答案

你是怎么安装grunt的?

您是否尝试过如下全局和本地模 block ,

全局

npm install -g grunt-cli 

本地
npm install grunt --save-dev
npm install grunt-cli --save-dev

关于gruntjs - grunt-cli 安装问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40152162/

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