question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't run docker-compose on latest master

See original GitHub issue

Current 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 Request 2. Feature / Improvement back to develop.
  • 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 Request 3. Stabilisation fix back to release.
  • 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 or master branch and create Pull Request 4. Hotfix back to hotfix.

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:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
patzickcommented, Jun 10, 2019

Done, will be released with 1.9.2

1reaction
pkarwcommented, Jun 5, 2019

could You heck it out @patzick please?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found