When I try install with composer, an error is produced.

  - Installing drupal/message (1.0.0-beta1): Downloading (100%)    Failed to download drupal/message from dist: Could not delete html/modules/contrib/message/.nfs000000000000d2ab00000004:
    Now trying to download from source
  - Installing drupal/message (1.0.0-beta1): Cloning 8.x-1.0-beta1


  [RuntimeException]
  Failed to execute git checkout '8.x-1.0-beta1' -- && git reset --hard '8.x-1.0-beta1' --
  fatal: cannot create directory at 'src/Plugin/views': No such file or directory

Comments

cbccharlie created an issue. See original summary.

frankgraave’s picture

Hi cbccharlie,

What steps have you taken when trying to install Open Social? If you provide a little more information about your setup, then maybe I can try to reproduce this error.

Meanwhile I would like to refer you to our documentation about installing Open Social, also this blog post about installing Open Social with composer by Jaap Jan might be helpful.

Frank

cbccharlie’s picture

Hi frankgraave,

I only executed the next command changing DIR value:

composer create-project goalgorilla/social_template:dev-master DIR --no-interaction
jochemvn’s picture

Hi cbccharlie,
Do you have some system information you're trying to install open social on? It looks a bit like the user that's executing the composer statement does not have enough permissions to remove a certain folder / create a certain folder. Are you using docker/vagrant or just local development?

Jochem

cbccharlie’s picture

Hi jochemvn,

I am using vagrant with NFS sync (https://bitbucket.org/cbccharlie/va-lamp).

Carlos B.

jaapjan’s picture

Category: Bug report » Support request
bramtenhove’s picture

Status: Active » Postponed (maintainer needs more info)

Can you see if Jochem’s comment about permissions applies to your situation?

bramtenhove’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)

Closing this as outdated. Please feel free to re-open or create a new request.