错误404当我运行“npm intsall grunt-cil -g”

当我想安装grunt-cil来运行命令“npm intsall grunt-cil -g”时,它只是出现了这样的404错误。 看来npm找不到grunt-cil的源代码。 有没有人可以告诉我该怎么办? 谢谢。

npm ERR! Darwin 14.3.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "grunt-cil" npm ERR! node v4.0.0 npm ERR! npm v2.14.2 npm ERR! code E404 npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/grunt-cil npm ERR! 404 npm ERR! 404 'grunt-cil' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. npm ERR! Please include the following file with any support request: npm ERR! /Users/guolike/Desktop/express/npm-debug.log 

你的代码中有错别字:

npm install -g grunt-cil

尝试:

npm install -g grunt-cli