使用openshift提供的nodejs示例创建项目后构建错误

时间:2017-01-03 16:03:55

标签: node.js openshift web-deployment web-deployment-project openshift-nextgen

我是第一次尝试在openshift上创建一个项目,但似乎有问题。我按照此处提供的确切步骤操作:https://docs.openshift.com/online/getting_started/basic_walkthrough.html

我正在使用openshift提供的示例项目。(链接到示例项目:https://github.com/openshift/nodejs-ex

每次我都会遇到构建错误。

我的github用户名在下面。

日志是:

    Pulling image "registry.ops.openshift.com/openshift3/nodejs-010-rhel7@sha256:03e412c10b611503becdfgh6b0d6392c6btu6790hgf17de88709e055da2be723" ...
    Pulling image "registry.ops.openshift.com/openshift3/nodejs-010-rhel7@sha256:03e412c10b611503beca1285b0d6392c6b52bfe2a1f17de88709e055da2be723" ...
    Cloning "https://github.com/<github-username>/nodejs-ex" ...
        Commit: 343689f74d71911bdg450hd0bdb5307ea65ce426 (Merge pull request #83 from guangxuli/fix_branch)
        Author: Ben Parees <bparees@users.noreply.github.com>
        Date:   Mon Dec 12 08:26:46 2016 -0500

    ---> Installing application source ...
    ---> Building your Node application from source
    npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
    npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
    npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
    /usr/libexec/s2i/assemble: line 51:    17 Killed                  npm install

    error: build error: non-zero (13) exit code from registry.ops.openshift.com/openshift3/nodejs-010-rhel7@sha256:03e412c104567503beca1285b0gh392c6b52bfe2a1f17de88709e055da2be723

0 个答案:

没有答案