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..

/data/vendor does not exist and could not be created.

U045KD44L7L
U045KD44L7L Posts: 55 πŸ§‘πŸ»β€πŸš€ - Cadet

/data/vendor does not exist and could not be created.

Comments

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 βš–οΈ - Guardians (admin)

    Could be file-permissions issues. Are you on linux? Have you tried the following? https://docs.docker.com/engine/install/linux-postinstall/

  • Alberto Reyer
    Alberto Reyer Posts: 690 πŸͺ - Explorer

    Execute your composer install/update inside the container:

    docker/sdk cli composer install #or update
    
  • U045KD44L7L
    U045KD44L7L Posts: 55 πŸ§‘πŸ»β€πŸš€ - Cadet

    Yes i am using Ubuntu, I am trying docker/sdk cli composer update command

  • U045KD44L7L
    U045KD44L7L Posts: 55 πŸ§‘πŸ»β€πŸš€ - Cadet

    Update: After executing above update command: docker/sdk cli composer update Now i get a new error

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 βš–οΈ - Guardians (admin)

    still looks like a permission error for me 😞 have you tried do use the docker command with sudo? or better follow the instructions i linked

  • U045KD44L7L
    U045KD44L7L Posts: 55 πŸ§‘πŸ»β€πŸš€ - Cadet

    now i used the sudo command in root level as you mentioned still getting the same error.

  • U045KD44L7L
    U045KD44L7L Posts: 55 πŸ§‘πŸ»β€πŸš€ - Cadet

    2 more chmod occurs during docker/sdk up