当我在Ubuntu 14.04中从终端窗口安装grunticon时 它总是回归失败。 这是我的命令:
sudo npm cache clean
sudo npm install -g grunt-grunticon
这是我的调试日志
11668 info postuninstall directory-colorfy@2.0.5
11669详细建立/ usr / local / lib / node_modules / grunt-grunticon / node_modules / grunticon-lib
11670 info / usr / local / lib / node_modules / grunt-grunticon / node_modules / grunticon-lib unbuild
11671 info preuninstall grunticon-lib@1.0.2
11672 info uninstall grunticon-lib@1.0.2
11673 verbose false,/ usr / local / lib / node_modules,/ usr / local / lib / node_modules / grunt-grunticon / node_modules unbuild grunticon-lib@1.0.2
11674 info postuninstall grunticon-lib@1.0.2
11675 verbose即将构建/ usr / local / lib / node_modules / grunt-grunticon
11676 info / usr / local / lib / node_modules / grunt-grunticon unbuild
11677 info preuninstall grunt-grunticon@2.2.0
11678 info uninstall grunt-grunticon@2.2.0
11679 verbose true,/ usr / local / lib / node_modules,/ usr / local / lib / node_modules unbuild grunt-grunticon@2.2.0
11680 info postuninstall grunt-grunticon@2.2.0
11681错误404' filamentgroup'不在npm注册表中。
11681错误404您应该错误作者发布它
11681错误404
11681错误404请注意,您也可以从
安装11681错误404 tarball,文件夹或http网址,或git网址。
11682错误系统Linux 3.13.0-55-generic
11683错误命令" / usr / bin / nodejs" "在/ usr /斌/ NPM" "安装" " -g" "咕噜-grunticon"
11684错误cwd / var / www / html / aidsvu-v2-git / AIDSVu-v2 / wp-content / themes / genesis-av2
11685错误节点-v v0.10.25
11686错误npm -v 1.3.10
11687错误代码E404
11688 verbose exit [1,true]
请帮忙
答案 0 :(得分:0)
This issue帖子帮我解决了这个问题。我刚刚运行npm update -g
,然后重新运行npm install grunt-grunticon --save-dev
。