简体   繁体   English

Buildpacks错误

[英]Buildpacks error

I am running an application at IBM Bluemix DevOps and while deploying I am getting this error: 我在IBM Bluemix DevOps上运行一个应用程序,而在部署时出现此错误:

这个

App staging failed in the buildpack compile phase. 在buildpack编译阶段,应用程序分段失败。

On checking logs I found this: 在检查日志时,我发现: 日志

How do I get rid of this problem? 我如何摆脱这个问题?

You're trying to use a node npm module which you might not have declared as a dependency. 您正在尝试使用可能尚未声明为依赖项的节点npm模块。 Add gulp to your package.json as show in in the car-dashboard sample you are referencing. 如所引用的汽车仪表板示例中所示,将gulp添加到package.json中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM