aquifer / aquifer

Drupal build, test, and deployment CLI.
http://aquifer.io
GNU General Public License v2.0
48 stars 9 forks source link

Builds failing #135

Closed ccjjmartin closed 7 years ago

ccjjmartin commented 8 years ago

Background:

Creating symlinks...
Symlinking profiles/meredith_ag => profiles/meredith_ag
Destination directory does not exist. Creating: /Users/developer/vms/mdp.drp.sfg/build/profiles
Symlinking drush => sites/all/drush
Destination directory does not exist. Creating: /Users/developer/vms/mdp.drp.sfg/build/sites/all
{ [Error: ENOENT: no such file or directory, mkdir '/Users/developer/vms/mdp.drp.sfg/build/sites/all']
  errno: -2,
  code: 'ENOENT',
  syscall: 'mkdir',
  path: '/Users/developer/vms/mdp.drp.sfg/build/sites/all' }

Current workaround:

chasingmaxwell commented 8 years ago

This seems to be an issue with site local drush. Another workaround is to move drush from dev-dependencies to dependencies in your composer.json. This prevents site local drush.

kporras07 commented 8 years ago

I can confirm de issue, I used the @ccjjmartin's workaround for a while, but now I can confirm that @chasingmaxwell's workaround works great.

chasingmaxwell commented 7 years ago

This should be solved by #159, I'm going to close this in favor of tracking the site local drush issue there.