超时部署节点应用程序到heroku

安装delayed-stream时,在编译heroku节点buildpack的过程中,我总是收到一个超时。 大约1分钟后到达这个部分,然后挂起直到15分钟超时。 有没有其他人看到这个问题?

 npm http GET https://registry.npmjs.org/delayed-stream/0.0.5 npm WARN engine cryptiles@0.1.3: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.25","npm":"1.3.24"}) npm WARN engine boom@0.3.8: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.25","npm":"1.3.24"}) npm WARN engine sntp@0.1.4: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.25","npm":"1.3.24"}) npm WARN engine hoek@0.7.6: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.25","npm":"1.3.24"}) npm http 200 https://registry.npmjs.org/delayed-stream/0.0.5 npm http GET https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz npm http 200 https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz ! Timed out compiling Node.js app (15 minutes) ! See https://devcenter.heroku.com/articles/slug-compiler#time-limit 

第三级依赖包括从git没有https的模块。

您可以运行npm ls来获取所有模块的完全依赖关系图。 要find使用http代替https的坏代码,可以使用npm ls | grep http:// npm ls | grep http://