Problem in docker/sdk up.

shlok.sharma
shlok.sharma Spryker Solution Partner Posts: 22 🧑🏻‍🚀 - Cadet
edited July 2023 in Spryker Dev Environment

docker/sdk up command returns this error, I tried it 2-3 time but the error is still same.

If anyone knows how to fix this issue, please let me know.

Comments

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

    Hey, pls try rm -Rf data/cache/propel && rm -Rf src/Orm/Zed/*/Base/ && rm -Rf src/Orm/Zed/*/Map/ and do it again

  • shlok.sharma
    shlok.sharma Spryker Solution Partner Posts: 22 🧑🏻‍🚀 - Cadet

    I tried this but still facing same problem.

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

    Heyhey,

    i just discovered that this thread was in the wrong category and moved it into the dev environment sub-category.

    For your problem:

    And please try the following command:

    rm -Rf data/cache/propel && rm -Rf src/Orm/Zed/**/Base/ && rm -Rf src/Orm/Zed/**/Map/ && rm -Rf vendor
    

    The one i posted earlier was copied from a bad source. the ** is important here.

    All the best,

    Florian