TomasTomecek / trello-reporter

Reporting from your trello boards! This is work in progress. Please, stay tuned.
MIT License
4 stars 2 forks source link

Service 'web' failed to build - ECONFLICT Unable to find suitable version for jquery #5

Closed fridex closed 7 years ago

fridex commented 7 years ago

Hi Tomas,

trying to run trello-reporter locally, after cloning this repo and running docker-compose up I get the following error:

...
Step 12 : COPY ./bower.json /opt/app
 ---> Using cache
 ---> 4ecd6245cae8
Step 13 : RUN ./install_static_data.sh
 ---> Running in c9f0d8389f44
...
bower bootstrap#>=2.3.2                                   extract archive.tar.gz
bower moment#>=2.10.5                                    resolved https://github.com/moment/moment.git#2.18.1
bower bootstrap#>=2.3.2                                  resolved https://github.com/twbs/bootstrap.git#3.3.7
bower                                                   ECONFLICT Unable to find suitable version for jquery
ERROR: Service 'web' failed to build: The command '/bin/sh -c ./install_static_data.sh' returned a non-zero code: 1
TomasTomecek commented 7 years ago

Hi, I haven't touched this project for quite some time. Will check.

TomasTomecek commented 7 years ago

Fun stuff. patternfly could not be installed. So I updated it to latest version. I hope it didn't break anything. Please let me know if something doesn't work.