-
Notifications
You must be signed in to change notification settings - Fork 45
Bring up the full docker-compose setup #97
Comments
Here's the full output from the command: https://gist.github.com/slint/5acee8c9e4e493ab13c5d1dc0356cb0b |
@asenna2 were you able to find a work around for this issue? |
@asenna2 I have the same issue, could you tell me how you solved it? |
The follow ups listed above mention another issue, which is related to python version being incompatible with dependency I came across the error mentioned in the original comment. How to reproduce
Exception tracebackERROR in ./js/invenio_theme/templates.js
Module not found: Error: Can't resolve '@templates' in '/opt/invenio/var/instance/assets/js/invenio_theme'
@ ./js/invenio_theme/templates.js 26:19-28:47
@ ./js/invenio_search_ui/util.js
@ ./js/invenio_search_ui/app.js |
This issue is meant to be fixed in #115 This issue happens when using the script |
When running
./docker/build-images.sh
it shows#8 220.3 ERROR in ./js/invenio_theme/templates.js #8 220.3 Module not found: Error: Can't resolve '@templates' in '/opt/invenio/var/instance/assets/js/invenio_theme'
The text was updated successfully, but these errors were encountered: