What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi! I don’t see the vendor folder in dev project but everything works fine. Anyone had the same prob

U022NPBKU1W
U022NPBKU1W Posts: 2 🧑🏻‍🚀 - Cadet

Hi! I don’t see the vendor folder in dev project but everything works fine. Anyone had the same problem?

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    edited May 2021

    Vendor is missing in case you bootstraped your application using production mode deploy file.
    In our demo shops there are two "main" ones: deploy.dev.yml and deploy.yml.

    So for dev mode you need to docker/sdk boot deploy.dev.yml && docker/sdk up. For prod mode docker/sdk boot && docker/sdk up (without specific file as an argument, deploy.yml will be used by default).

  • U022NPBKU1W
    U022NPBKU1W Posts: 2 🧑🏻‍🚀 - Cadet

    thanks! I’m going to try now