phase2/generator-outrigger-drupal

Unison breaks bin/doctor.sh script

grayside opened this issue · 0 comments

In the Docker Machine functionality check, we get this error:

ERROR: Volume conditioner-sync declared as external, but could not be found. Please create the volume manually using `docker volume create --name=projectname-sync` and try again.

Note that the doctor script has been very minimally maintained and is likely not much used. A secondary contribution after this problem is fixed and any other lurking bugs cleaned up is a re-evaluation in how this is implemented and possibly adding a project script to run bin/doctor.sh and rig doctor to .outrigger.yml

$> bin/doctor.sh
Docker Utilities
	[WARN] devtools command not found.
	[INFO] docker found
	[INFO] docker-compose found
	[INFO] docker-machine found
	[INFO] dev confirmed
Code Generated with Yo Outrigger Drupal
	[INFO] src found
	[INFO] package.json found
	[INFO] composer.json found
	[INFO] docker-compose.yml found
	[INFO] build.yml found
Project Requirements Met
	[ERROR] node_modules directory not found.
Code Generated by Grunt Drupal Tasks Build Process
	[ERROR] build directory not found.
	[ERROR] build/html directory not found.
	[ERROR] build/html/index.php file not found.
Docker-Machine Functionality
ERROR: Volume conditioner-sync declared as external, but could not be found. Please create the volume manually using `docker volume create --name=projectname-sync` and try again.
	[INFO] code volume-mount
Run "devtools doctor" to address Docker problems.