Can't run docker-compose on latest master
See original GitHub issueCurrent behavior
Not possible to start a clean install from master
branch in docker with docker-compose up
app_1 | ERROR in /var/www/core/lib/multistore.ts
app_1 | ./core/lib/multistore.ts
app_1 | [tsl] ERROR in /var/www/core/lib/multistore.ts(137,41)
app_1 | TS2345: Argument of type 'object' is not assignable to parameter of type '{ [key: string]: unknown; }'.
app_1 | Index signature is missing in type '{}'.
app_1 |
app_1 | ERROR in /var/www/core/lib/search/adapter/api/searchAdapter.ts
app_1 | [tsl] ERROR in /var/www/core/lib/search/adapter/api/searchAdapter.ts(74,45)
app_1 | TS2345: Argument of type 'HttpQuery' is not assignable to parameter of type '{ [key: string]: unknown; }'.
app_1 | Index signature is missing in type 'HttpQuery'.
Expected behavior
The codebase should compile
Steps to reproduce the issue
- Clone
vue-storefront
repo - Run installer
docker-compose up
Repository
https://github.com/DivanteLtd/vue-storefront
Can you handle fixing this bug by yourself?
- YES
- NO
Which Release Cycle state this refers to? Info for developer.
Pick one option.
- This is a bug report for test version on https://test.storefrontcloud.io - In this case Developer should create branch from
develop
branch and create Pull Request2. Feature / Improvement
back todevelop
. - This is a bug report for current Release Candidate version on https://next.storefrontcloud.io - In this case Developer should create branch from
release
branch and create Pull Request3. Stabilisation fix
back torelease
. - This is a bug report for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version hotfix - In this case Developer should create branch from
hotfix
ormaster
branch and create Pull Request4. Hotfix
back tohotfix
.
Environment details
- OS: Tested on OSX and with Travis
- Node: 8
- Code Version: e2c11b17cf44d761f268ae951685c11efc6bce7a
Additional information
Error to be seen at: https://travis-ci.org/benjick/vsf-docker-problem/builds/541617124#L592
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Can't run docker-compose on latest master #3018 - GitHub
Current behavior Not possible to start a clean install from master branch in docker with docker-compose up app_1 | ERROR in ...
Read more >Overview | Docker Documentation
This page contains summary information about the available options for getting Docker Compose. Installation scenarios . Scenario one: Install Docker Desktop ...
Read more >Why is Docker installed but not Docker Compose?
Your solution works perfectly! If you do not need the latest version of docker-compose, you can also use apt-get install docker-compose . Of...
Read more >Dockerfile vs docker-compose: What's the difference?
The contents of a Dockerfile describe how to create and build a Docker image, while docker-compose is a command that runs Docker containers ......
Read more >Install Elasticsearch with Docker - Elastic
Install Elasticsearch from archive on Linux or MacOS · Install Elasticsearch with .zip on Windows · Install Elasticsearch with Debian Package ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done, will be released with 1.9.2
could You heck it out @patzick please?