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'.
The codebase should compile
vue-storefront repodocker-compose uphttps://github.com/DivanteLtd/vue-storefront
Pick one option.
develop branch and create Pull Request 2. Feature / Improvement back to develop.release branch and create Pull Request 3. Stabilisation fix back to release.hotfix or master branch and create Pull Request 4. Hotfix back to hotfix.Error to be seen at: https://travis-ci.org/benjick/vsf-docker-problem/builds/541617124#L592
could You heck it out @patzick please?
@benjick @patzick Looks like about the same issue as #3007 which was closed with a reference to pull request #3006. If my initial test is to be trusted, the same fix seem to resolve this issue as well.
Thanks @indiebytes! :) I will backport this with 1.9.2
Done, will be released with 1.9.2