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

(Untitled)

U0223PJRHHR
U0223PJRHHR Posts: 12 πŸ§‘πŸ»β€πŸš€ - Cadet

Comments

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    Does it stop? Or just warning?

  • U0223PJRHHR
    U0223PJRHHR Posts: 12 πŸ§‘πŸ»β€πŸš€ - Cadet

    it's stops... It's seems like it stops while trying to install PhantomJS

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    You need to upgrade PhantomJS module or remove it (if you use only docker/sdk)

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    It is not used in docker env at all

  • U0223PJRHHR
    U0223PJRHHR Posts: 12 πŸ§‘πŸ»β€πŸš€ - Cadet

    Thanks! How can I do this?..

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited May 2021

    composer remove spryker-sdk/codeception-phantoman
    and remove any item releated to phantom in composer.json:scripts

  • U0223PJRHHR
    U0223PJRHHR Posts: 12 πŸ§‘πŸ»β€πŸš€ - Cadet

    thanx!!! It's works for me!

  • s.kroll
    s.kroll Posts: 118 πŸͺ - Explorer

    It is not used in docker env at all

    I was already wondering where/when it is used. So it was for the vagrant boxes, @ULYHPR789 ? We are currently using only the docker/sdk for local development and PaaS hosting (by Spryker). So it would be save to remove all phantomJS stuff?

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    Yes. phantomJS is there to be compatible with devvm (vagrant based). If you use only docker-based solution on your project you can remove it completely.

  • s.kroll
    s.kroll Posts: 118 πŸͺ - Explorer

    NICE πŸ‘Œ