You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you start VSF via docker-compose the following error occurs:
yarn install v1.13.0
[1/5] Validating package.json...
[2/5] Resolving packages...
error Couldn't find any versions for "@vue-storefront/module" that matches "^0.0.9"
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
It's neccessary to add the ./packages folder to the docker-compose.yml like:
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
Browser: none
OS: all
Node: default
Code Version: develop
The text was updated successfully, but these errors were encountered:
Current behavior
If you start VSF via
docker-compose
the following error occurs:It's neccessary to add the
./packages
folder to thedocker-compose.yml
like:Expected behavior
It should build and run the app on start.
Steps to reproduce the issue
Just run
docker-compose up
Repository
develop
Can you handle fixing this bug by yourself?
Which Release Cycle state this refers to? Info for developer.
Pick one option.
develop
branch and create Pull Request2. Feature / Improvement
back todevelop
.release
branch and create Pull Request3. Stabilisation fix
back torelease
.hotfix
ormaster
branch and create Pull Request4. Hotfix
back tohotfix
.Environment details
The text was updated successfully, but these errors were encountered: