Closed ptitzler closed 8 years ago
Hello!
It appears that the application is using the Sample application deployment tracking library cf-deployment-tracker-client(https://github.com/IBM-Blockchain/car-lease-demo/blob/master/app.js#L306) but doesn't specify the repository property in package.json. Without this property no traceback information to your github repository is recorded. Please consider adding the following to package.json
cf-deployment-tracker-client
repository
package.json
... "dependencies": { ... "cf-deployment-tracker-client": "*" }, ... "repository": { "type": "git", "url": "https://github.com/IBM-Blockchain/car-lease-demo.git" }
as shown in this example: https://github.com/IBM-Bluemix/node-helloworld/blob/master/package.json#L9-18
Hello!
It appears that the application is using the Sample application deployment tracking library
cf-deployment-tracker-client
(https://github.com/IBM-Blockchain/car-lease-demo/blob/master/app.js#L306) but doesn't specify therepository
property inpackage.json
. Without this property no traceback information to your github repository is recorded. Please consider adding the following topackage.json
as shown in this example: https://github.com/IBM-Bluemix/node-helloworld/blob/master/package.json#L9-18