Hi, if you follow the README deploy to Bluemix, the Application doesn't work, I think that the first problem is that you need have a package.json files with all dependencies.
I tried to create a package.json version, but it don't work completely. I add the next dependencies.
"body-parser": "^1.14.1",
"browserify": "^12.0.1",
"browserify-shim": "^3.8.11",
"cfenv": "1.0.x",
"errorhandler": "^1.4.2",
"express": "4.12.x",
"jquery": "^2.1.4",
"request": "^2.65.0",
"watson-developer-cloud": "^0.10.6"
Hi, if you follow the README deploy to Bluemix, the Application doesn't work, I think that the first problem is that you need have a package.json files with all dependencies.
I tried to create a package.json version, but it don't work completely. I add the next dependencies. "body-parser": "^1.14.1", "browserify": "^12.0.1", "browserify-shim": "^3.8.11", "cfenv": "1.0.x", "errorhandler": "^1.4.2", "express": "4.12.x", "jquery": "^2.1.4", "request": "^2.65.0", "watson-developer-cloud": "^0.10.6"