grunt-cli安装问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了grunt-cli安装问题相关的知识,希望对你有一定的参考价值。

我在本地和全球安装了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!

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

答案

你是怎么安装咕噜声的?

您是否尝试过以下全局和本地模块,

全球

npm install -g grunt-cli 

本地

npm install grunt --save-dev
npm install grunt-cli --save-dev

以上是关于grunt-cli安装问题的主要内容,如果未能解决你的问题,请参考以下文章

npm 安装出错

nodeJS npm grunt grunt-cli

Grant简介以及安装

Grunt

Grunt-学习。

Grunt使用-V1.0