1

我一直在尝试设置 Google IO 网络应用程序以了解有关它使用的聚合物框架的更多信息。谷歌最近将其开源,所以我一直在尝试使用以下说明下载它: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

我环顾四周,但找不到任何合理的错误原因。我可能遗漏了一些明显的东西,但我非常感谢你能提供的任何帮助。

非常感谢,--马特

4

0 回答 0