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 Team As the spryker document says: The following commands are deprecated and

U04CJD8VD0S
U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet
edited January 2023 in Help

Hi Team
As the spryker document says:

The following commands are deprecated and work correctly only with the previous versions (using Yarn): frontend:yves:install-dependencies, frontend:zed:install-dependencies, frontend:mp:install-dependencies. Therefore, in all *.yml files at the project level, do the following:
Remove the deprecated frontend:yves:install-dependencies and frontend:zed:install-dependencies commands.
Replace the frontend:mp:install-dependencies command with frontend:project:install-dependencies.

i couldn't find the place to replace it. can you help me to find the location

Comments

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 ⚖️ - Guardians (admin)

    Maybe the files in config/install/*

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

    thanks