I can not install the gazebo on Openshift. I keep getting errors like
remote: npm ERR! Error: ENOENT, lstat '/var/lib/openshift/537xxxxcd/app-root/runtime/repo/node_modules/bower/node_modules/mout/array/intersection.js'[K remote: npm ERR! If you need help, you may report this log at:[K remote: npm ERR! <http://github.com/isaacs/npm/issues>[K remote: npm ERR! or email it to:[K remote: npm ERR! < npm-@googlegroups.com >[K
You can view the full deployment logs https://s3.amazonaws.com/archive.travis-ci.org/jobs/26291843/log.txt [From travis here].
I tried several approaches: 1) with and without a .bowerrc file
case: 1
{ "directory": "~/app-root/runtime/repo/public/libs" "storage": { "cache": "~/app-root/runtime/repo/node_modules/bower/cache", "completion": "~/app-root/runtime/repo/node_modules/bower/completion", "git": "~/app-root/runtime/repo/node_modules/bower/git_template" }, "interactive": "false", "tmp":"~/app-root/runtime/repo/node_modules/bower/tmp", "cwd":"~/app-root/runtime/repo" }
case: 2
{ "directory": "public libs" }
In addition, I tried the following commands [In $ HOME / app-root / runtime / repo] and tried to install nower install using the SSH shell
npm cache clear npm cache clean
Any help to solve this problem would be great.
If you want to see my repo, you can find it here: https://github.com/prasunsultania/demoblog
prasun
source share