CoolStore is a containerised polyglot microservices application consisting of services based on JBoss, NodeJS, Spring Boot, WildFly Swarm, Vert.x, Netflix OSS and more running on OpenShift
currently, there seems to be a problem with installation. We are trying to install full version with ansible on our local OpenShift to show it as a demo application.
bower ECONFLICT Unable to find suitable version for bootstrap
npm ERR! Linux 3.10.0-693.5.2.el7.x86_64
npm ERR! argv "/opt/rh/rh-nodejs4/root/usr/bin/node" "/opt/rh/rh-nodejs4/root/usr/bin/npm" "install"
npm ERR! node v4.6.2
npm ERR! npm v2.15.1
npm ERR! code ELIFECYCLE
npm ERR! coolstore-ui@1.0.0 postinstall: bower --config.registry.search=${BOWER_MIRROR} install
npm ERR! Exit status 1
Hi,
currently, there seems to be a problem with installation. We are trying to install full version with ansible on our local OpenShift to show it as a demo application.
bower ECONFLICT Unable to find suitable version for bootstrap npm ERR! Linux 3.10.0-693.5.2.el7.x86_64 npm ERR! argv "/opt/rh/rh-nodejs4/root/usr/bin/node" "/opt/rh/rh-nodejs4/root/usr/bin/npm" "install" npm ERR! node v4.6.2 npm ERR! npm v2.15.1 npm ERR! code ELIFECYCLE npm ERR! coolstore-ui@1.0.0 postinstall:
bower --config.registry.search=${BOWER_MIRROR} install
npm ERR! Exit status 1Installation command was: oc new-app -f http://bit.ly/coolstore-ansible-template \ --param=DEMO_NAME=msa-cicd-eap-full \ --param=PROJECT_ADMIN=developer \ --param=COOLSTORE_GITHUB_REF=1.2.x --param=ANSIBLE_PLAYBOOKS_VERSION=1.2.x
Thanx in advance, Thomas