Google IO网络应用设置错误

时间:2015-07-05 19:01:34

标签: node.js npm polymer gulp googleio

我一直在尝试设置Google IO网络应用,以了解有关其使用的聚合物框架的更多信息。 Google最近将其作为开源软件,所以我一直在尝试使用以下网址中的说明下载它:https://github.com/GoogleChrome/ioweb2015

根据说明,我已经安装了Go 1.4.2以及gcloud(并运行update app命令)。我还完成了前3个设置命令,但是当运行'gulp setup'时,我收到以下错误:

[19:54:17] Using gulpfile c:\polymer\ioweb2015\gulpfile.js
[19:54:17] Starting 'setup'...
[19:54:17] Starting 'bower'...
[19:54:17] Starting 'godeps'...
[19:54:17] Starting 'addgithooks'...
events.js:85
      throw er; // Unhandled 'error' event
        ^
Error: spawn ../node_modules/bower/bin/bower ENOENT
    at exports._errnoException (util.js:746:11)
    at Process.ChildProcess._handle.onexit (child_process.js:1053:32)
    at child_process.js:1144:20
    at process._tickCallback (node.js:355:11)
    at Function.Module.runMain (module.js:503:11)
    at startup (node.js:129:16)
    at node.js:814:3

我环顾四周,但我找不到任何可能的错误原因。我可能遗漏了一些明显的东西,但我真的很感激你能给予的任何帮助。

非常感谢, --Matt

0 个答案:

没有答案