<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Error from cf push in Human Capital Management Q&amp;A</title>
    <link>https://community.sap.com/t5/human-capital-management-q-a/error-from-cf-push/qaa-p/12275092#M13666</link>
    <description>&lt;P&gt;I saw this too. I also don't know why. But anyway, it didn't break my app.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Mar 2021 09:14:49 GMT</pubDate>
    <dc:creator>former_member677858</dc:creator>
    <dc:date>2021-03-02T09:14:49Z</dc:date>
    <item>
      <title>Error from cf push</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/error-from-cf-push/qaq-p/12275091</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
  &lt;P&gt;I'm trying to deploy to SCP Cloud Foundry with the command below:&lt;/P&gt;
  &lt;P&gt;cf push -f &amp;lt;app_name&amp;gt;/manifest&lt;/P&gt;
  &lt;P&gt;then got back the error &lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;          **WARNING** yarn.lock is outdated
   -----&amp;gt; Running go build finalize
   /tmp/buildpackdownloads/ddcdba8d520546385414ac76bc084798 ~
   ~
          **WARNING** This app may not specify any way to start a node process
          See: &lt;A href="https://docs.cloudfoundry.org/buildpacks/node/node-tips.html#start" target="test_blank"&gt;https://docs.cloudfoundry.org/buildpacks/node/node-tips.html#start&lt;/A&gt;
          Contrast Security no credentials found. Will not write environment files.
Error staging application: Staging error: staging failed
FAILED
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;My manifest.yml file content is as below:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;version: 1
applications:
  - name: backend-express
    env:
      NPM_CONFIG_PRODUCTION: false
      YARN_PRODUCTION: false
    memory: 512M
    instances: 1
    services:
      - myuaa
    buildpacks:
      - 'https://github.com/cloudfoundry/nodejs-buildpack'
    command: node app/backend-express/src

&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;and package.json content is:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;{
  "name": "backend-express",
  "version": "1.0.1",
  "description": "",
  "repository": "",
  "license": "UNLICENSED",
  "private": true,
  "dependencies": {
    "@sap/xsenv": "3.0.0",
    "@sap/xssec": "3.0.5",
    "cookie-parser": "^1.4.5",
    "cors": "^2.8.5",
    "dotenv-flow": "^3.1.0",
    "express": "^4.17.1",
    "passport": "^0.4.1"
  },
  "scripts": {
    "start": "node src"
  }
}

&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Can you please give any advice if any? Thank you.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 07:29:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/error-from-cf-push/qaq-p/12275091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-07-09T07:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error from cf push</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/error-from-cf-push/qaa-p/12275092#M13666</link>
      <description>&lt;P&gt;I saw this too. I also don't know why. But anyway, it didn't break my app.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 09:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/error-from-cf-push/qaa-p/12275092#M13666</guid>
      <dc:creator>former_member677858</dc:creator>
      <dc:date>2021-03-02T09:14:49Z</dc:date>
    </item>
  </channel>
</rss>

