问题安装ng-boilerplate和grunt

时间:2014-07-02 13:08:47

标签: node.js angularjs gruntjs

您好我正在尝试成功安装ng-boilerplate但我似乎无法做到这一点。 我已经安装了以下内容。

  • npm 1.4.14
  • 节点0.10.29
  • bower 1.3.5
  • brew 0.9.5

但是当我尝试使用以下命令安装grunt时:

$ sudo npm install -g grunt-cli

显示错误。我输入了以下错误。任何人都可以帮我安装正确。

/usr/local/bin/grunt -> /usr/local/lib/node_modules/grunt-cli/bin/grunt
npm WARN unmet dependency /usr/local/lib/node_modules/bower/node_modules/bower-registry-client requires lru-cache@'~2.3.0' but will load
npm WARN unmet dependency /usr/local/lib/node_modules/bower/node_modules/lru-cache,
npm WARN unmet dependency which is version 2.5.0
npm WARN unmet dependency /usr/local/lib/node_modules/bower/node_modules/bower-registry-client requires request@'~2.27.0' but will load
npm WARN unmet dependency /usr/local/lib/node_modules/bower/node_modules/request,
npm WARN unmet dependency which is version 2.34.0
npm WARN unmet dependency /usr/local/lib/node_modules/bower/node_modules/decompress-zip requires graceful-fs@'~3.0.0' but will load
npm WARN unmet dependency /usr/local/lib/node_modules/bower/node_modules/graceful-fs,
npm WARN unmet dependency which is version 2.0.3
npm WARN unmet dependency /usr/local/lib/node_modules/bower/node_modules/fstream requires graceful-fs@'~3.0.2' but will load
npm WARN unmet dependency /usr/local/lib/node_modules/bower/node_modules/graceful-fs,
npm WARN unmet dependency which is version 2.0.3
npm WARN unmet dependency /usr/local/lib/node_modules/bower/node_modules/update-notifier/node_modules/configstore requires graceful-fs@'~3.0.1' but will load
npm WARN unmet dependency /usr/local/lib/node_modules/bower/node_modules/graceful-fs,
npm WARN unmet dependency which is version 2.0.3
npm WARN unmet dependency /usr/local/lib/node_modules/bower/node_modules/update-notifier/node_modules/configstore requires mkdirp@'~0.5.0' but will load
npm WARN unmet dependency /usr/local/lib/node_modules/bower/node_modules/mkdirp,
npm WARN unmet dependency which is version 0.3.5
npm WARN unmet dependency /usr/local/lib/node_modules/bower/node_modules/update-notifier/node_modules/configstore requires osenv@'~0.1.0' but will load
npm WARN unmet dependency /usr/local/lib/node_modules/bower/node_modules/osenv,
npm WARN unmet dependency which is version 0.0.3
grunt-cli@0.1.13 /usr/local/lib/node_modules/grunt-cli
├── resolve@0.3.1
├── nopt@1.0.10 (abbrev@1.0.5)
└── findup-sync@0.1.3 (lodash@2.4.1, glob@3.2.11)

0 个答案:

没有答案
相关问题